Uses of Class
org.apache.xmlrpc.server.XmlRpcServer
-
Packages that use XmlRpcServer Package Description org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of XmlRpcServer in org.apache.xmlrpc.server
Subclasses of XmlRpcServer in org.apache.xmlrpc.server Modifier and Type Class Description classXmlRpcHttpServerAbstract extension ofXmlRpcStreamServerfor deriving HTTP servers.classXmlRpcLocalStreamServerServer part of a local stream transport.classXmlRpcStreamServerExtension 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 XmlRpcServer Constructor Description XmlRpcServerWorkerFactory(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.webserver Modifier and Type Class Description (package private) classConnectionServerclassXmlRpcServletServerAn extension ofXmlRpcServer, which is suitable for processing servlet requests.
-