Uses of Class
org.apache.xmlrpc.server.XmlRpcServer

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

Uses of XmlRpcServer in org.apache.xmlrpc.server
 

Subclasses of XmlRpcServer in org.apache.xmlrpc.server
 class XmlRpcHttpServer
          Abstract extension of XmlRpcStreamServer for deriving HTTP servers.
 class XmlRpcLocalStreamServer
          Server part of a local stream transport.
 class XmlRpcStreamServer
          Extension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.
 

Constructors in org.apache.xmlrpc.server with parameters of type XmlRpcServer
XmlRpcServerWorkerFactory(XmlRpcServer pServer)
          Creates a new factory with the given controller.
 

Uses of XmlRpcServer in org.apache.xmlrpc.webserver
 

Subclasses of XmlRpcServer in org.apache.xmlrpc.webserver
 class XmlRpcServletServer
          An extension of XmlRpcServer, which is suitable for processing servlet requests.
 



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