- unregisterCustomSerializer(XmlRpcCustomSerializer) - Static method in class marquee.xmlrpc.XmlRpcSerializer
-
Unregisters a previously registered custom serializer.
- unregisterInvocationHandler(String) - Method in class marquee.xmlrpc.XmlRpcServer
-
Unbinds a previously bound invocation handler.
- unregisterInvocationHandlerAlias(String) - Method in class marquee.xmlrpc.XmlRpcServer
-
Unbinds a previously bound invocation handler.
- unregisterInvocationProcessor(XmlRpcInvocationProcessor) - Method in class marquee.xmlrpc.XmlRpcServer
-
Removes a previously registered invocation processor.
- URLConnectionFactory - Class in marquee.xmlrpc.connections
-
A factory for connections that use the java.net.URL
infrastructure.
- URLConnectionFactory(URL) - Constructor for class marquee.xmlrpc.connections.URLConnectionFactory
-
Initializes the factory to create connections to the XML-RPC server at
the specified URL.