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.
ReflectiveXmlRpcHandler
          Default implementation of XmlRpcHandler.
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.
AbstractReflectiveHandlerMapping.InitializationHandler
          An object, which is called for initializing the actual handler object.
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
PropertyHandlerMapping
          A handler mapping based on a property file.
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-2006 Apache Software Foundation. All Rights Reserved.