Uses of Package
org.apache.xmlrpc.server

Packages that use org.apache.xmlrpc.server
org.apache.xmlrpc.metadata   
org.apache.xmlrpc.server   
org.apache.xmlrpc.webserver   
 

Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.metadata
AbstractReflectiveHandlerMapping
          Abstract base class of handler mappings, which are using reflection.
PropertyHandlerMapping
          A handler mapping based on a property file.
ReflectiveXmlRpcHandler
          Default implementation of XmlRpcHandler.
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
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.
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 of XmlRpcConfig.
XmlRpcServerWorkerFactory
          Server specific worker factory.
XmlRpcStreamServer
          Extension of XmlRpcServer 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
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 of XmlRpcStreamServer for deriving HTTP servers.
XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
XmlRpcStreamServer
          Extension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.