Uses of Package
org.apache.xmlrpc.server
-
Packages that use org.apache.xmlrpc.server Package Description org.apache.xmlrpc.metadata org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.metadata Class Description AbstractReflectiveHandlerMapping Abstract base class of handler mappings, which are using reflection.PropertyHandlerMapping A handler mapping based on a property file.ReflectiveXmlRpcHandler Default implementation ofXmlRpcHandler
.RequestProcessorFactoryFactory.RequestProcessorFactory This is the factory for request processors.XmlRpcHandlerMapping Maps from a handler name to a handler object. -
Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.server Class Description AbstractReflectiveHandlerMapping Abstract base class of handler mappings, which are using reflection.AbstractReflectiveHandlerMapping.AuthenticationHandler An object implementing this interface may be used to validate user names and passwords.ReflectiveXmlRpcHandler.MethodData RequestProcessorFactoryFactory The request processor is the object, which is actually performing the request.RequestProcessorFactoryFactory.RequestProcessorFactory This is the factory for request processors.XmlRpcErrorLogger Instances of this class can be used to customize the servers error logging.XmlRpcHandlerMapping Maps from a handler name to a handler object.XmlRpcHttpServerConfig HTTP servers configuration.XmlRpcNoSuchHandlerException This exception is thrown, if an unknown handler is called.XmlRpcServer A multithreaded, reusable XML-RPC server object.XmlRpcServerConfig Server specific extension ofXmlRpcConfig
.XmlRpcServerWorkerFactory Server specific worker factory.XmlRpcStreamServer 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.webserver Class Description AbstractReflectiveHandlerMapping.AuthenticationHandler An object implementing this interface may be used to validate user names and passwords.PropertyHandlerMapping A handler mapping based on a property file.RequestProcessorFactoryFactory The request processor is the object, which is actually performing the request.XmlRpcHandlerMapping Maps from a handler name to a handler object.XmlRpcHttpServer Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.XmlRpcServer A multithreaded, reusable XML-RPC server object.XmlRpcStreamServer Extension ofXmlRpcServer
with support for reading requests from a stream and writing the response to another stream.