Package org.apache.xmlrpc.server

Interface Summary

AbstractReflectiveHandlerMapping.AuthenticationHandlerAn 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.
ServerHttpConnectionInterface of a ServerStreamConnection for HTTP response transport.
XmlRpcHandlerMappingMaps from a handler name to a handler object.
XmlRpcHttpServerConfigHTTP servers configuration.
XmlRpcServerConfigServer specific extension of XmlRpcConfig.

Class Summary

AbstractReflectiveHandlerMappingAbstract base class of handler mappings, which are using reflection.
PropertyHandlerMapping A handler mapping based on a property file.
ReflectiveXmlRpcHandlerDefault implementation of XmlRpcHandler.
RequestProcessorFactoryFactory.RequestSpecificProcessorFactoryFactory This is the default implementation of RequestProcessorFactoryFactory.
RequestProcessorFactoryFactory.StatelessProcessorFactoryFactory This is an alternative implementation of RequestProcessorFactoryFactory.
XmlRpcHttpServerAbstract extension of XmlRpcStreamServer for deriving HTTP servers.
XmlRpcLocalStreamServerServer part of a local stream transport.
XmlRpcNoSuchHandlerExceptionThis exception is thrown, if an unknown handler is called.
XmlRpcServerA multithreaded, reusable XML-RPC server object.
XmlRpcServerConfigImplDefault implementation of XmlRpcServerConfig.
XmlRpcServerWorkerServer specific implementation of XmlRpcWorker.
XmlRpcServerWorkerFactoryServer specific worker factory.
XmlRpcStreamServerExtension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.

Copyright © 2001-2007
Apache Software Foundation. All Rights Reserved.