| Interface Summary | |
|---|---|
| AbstractReflectiveHandlerMapping.AuthenticationHandler | An object implementing this interface may be used to validate user names and passwords. |
| RequestProcessorFactoryFactory |
The request processor is the object, which is actually performing the request. |
| RequestProcessorFactoryFactory.RequestProcessorFactory | This is the factory for request processors. |
| ServerHttpConnection | Interface of a {@link ServerStreamConnection} for HTTP response transport. |
| XmlRpcHandlerMapping | Maps from a handler name to a handler object. |
| XmlRpcHttpServerConfig | HTTP servers configuration. |
| XmlRpcServerConfig | Server specific extension of {@link org.apache.xmlrpc.XmlRpcConfig}. |
| Class Summary | |
|---|---|
| AbstractReflectiveHandlerMapping | Abstract base class of handler mappings, which are using reflection. |
| PropertyHandlerMapping | A handler mapping based on a property file. |
| ReflectiveXmlRpcHandler | Default implementation of {@link XmlRpcHandler}. |
| RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory | This is the default implementation of {@link RequestProcessorFactoryFactory}. |
| RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory | This is an alternative implementation of {@link RequestProcessorFactoryFactory}. |
| XmlRpcHttpServer | Abstract extension of {@link XmlRpcStreamServer} for deriving HTTP servers. |
| XmlRpcLocalStreamServer | Server part of a local stream transport. |
| XmlRpcNoSuchHandlerException | This exception is thrown, if an unknown handler is called. |
| XmlRpcServer | A multithreaded, reusable XML-RPC server object. |
| XmlRpcServerConfigImpl | Default implementation of {@link org.apache.xmlrpc.server.XmlRpcServerConfig}. |
| XmlRpcServerWorker | Server specific implementation of {@link XmlRpcWorker}. |
| XmlRpcServerWorkerFactory | Server specific worker factory. |
| XmlRpcStreamServer | Extension of {@link XmlRpcServer} with support for reading requests from a stream and writing the response to another stream. |