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