Uses of Package
org.apache.xmlrpc.server
Packages that use org.apache.xmlrpc.server
-
Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.metadataClassDescriptionAbstract base class of handler mappings, which are using reflection.A handler mapping based on a property file.Default implementation of
XmlRpcHandler
.This is the factory for request processors.Maps from a handler name to a handler object. -
Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.serverClassDescriptionAbstract base class of handler mappings, which are using reflection.An object implementing this interface may be used to validate user names and passwords.The request processor is the object, which is actually performing the request.This is the factory for request processors.Instances of this class can be used to customize the servers error logging.Maps from a handler name to a handler object.HTTP servers configuration.This exception is thrown, if an unknown handler is called.A multithreaded, reusable XML-RPC server object.Server specific extension of
XmlRpcConfig
.Server specific worker factory.Extension ofXmlRpcServer
with support for reading requests from a stream and writing the response to another stream. -
Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.webserverClassDescriptionAn object implementing this interface may be used to validate user names and passwords.A handler mapping based on a property file.The request processor is the object, which is actually performing the request.Maps from a handler name to a handler object.Abstract extension of
XmlRpcStreamServer
for deriving HTTP servers.A multithreaded, reusable XML-RPC server object.Extension ofXmlRpcServer
with support for reading requests from a stream and writing the response to another stream.