Uses of Class
org.apache.xmlrpc.server.XmlRpcServer
Packages that use XmlRpcServer
-
Uses of XmlRpcServer in org.apache.xmlrpc.server
Subclasses of XmlRpcServer in org.apache.xmlrpc.serverModifier and TypeClassDescriptionclassAbstract extension ofXmlRpcStreamServerfor deriving HTTP servers.classServer part of a local stream transport.classExtension ofXmlRpcServerwith support for reading requests from a stream and writing the response to another stream.Constructors in org.apache.xmlrpc.server with parameters of type XmlRpcServerModifierConstructorDescriptionXmlRpcServerWorkerFactory(XmlRpcServer pServer) Creates a new factory with the given controller. -
Uses of XmlRpcServer in org.apache.xmlrpc.webserver
Subclasses of XmlRpcServer in org.apache.xmlrpc.webserverModifier and TypeClassDescription(package private) classclassAn extension ofXmlRpcServer, which is suitable for processing servlet requests.