Uses of Package
org.apache.xmlrpc.server

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

Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.client
XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
 

Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.server
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.
 

Classes in org.apache.xmlrpc.server used by org.apache.xmlrpc.webserver
XmlRpcHandlerMapping
          Maps from a handler name to a handler object.
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-2001-2006 Apache Software Foundation. All Rights Reserved.