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 class
XmlRpcHttpServer
Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.class
XmlRpcLocalStreamServer
Server part of a local stream transport.class
XmlRpcStreamServer
Extension ofXmlRpcServer
with 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) class
ConnectionServer
class
XmlRpcServletServer
An extension ofXmlRpcServer
, which is suitable for processing servlet requests.
-