Package org.apache.xmlrpc.server
package org.apache.xmlrpc.server
-
ClassDescriptionAbstract base class of handler mappings, which are using reflection.An object implementing this interface may be used to validate user names and passwords.A handler mapping based on a property file.Default implementation of
XmlRpcHandler
.The request processor is the object, which is actually performing the request.This is the factory for request processors.This is the default implementation ofRequestProcessorFactoryFactory
.This is an alternative implementation ofRequestProcessorFactoryFactory
.Interface of aServerStreamConnection
for HTTP response transport.Instances of this class can be used to customize the servers error logging.Maps from a handler name to a handler object.Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.HTTP servers configuration.Server part of a local stream transport.This exception is thrown, if an unknown handler is called.A multithreaded, reusable XML-RPC server object.Server specific extension ofXmlRpcConfig
.Default implementation ofXmlRpcServerConfig
.Server specific implementation ofXmlRpcWorker
.Server specific worker factory.Extension ofXmlRpcServer
with support for reading requests from a stream and writing the response to another stream.