Uses of Class
org.apache.xmlrpc.common.XmlRpcController

Packages that use XmlRpcController
org.apache.xmlrpc.client   
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
org.apache.xmlrpc.server   
org.apache.xmlrpc.webserver   
 

Uses of XmlRpcController in org.apache.xmlrpc.client
 

Subclasses of XmlRpcController in org.apache.xmlrpc.client
 class XmlRpcClient
          The main access point of an XML-RPC client.
 

Methods in org.apache.xmlrpc.client that return XmlRpcController
 XmlRpcController XmlRpcClientWorker.getController()
           
 

Uses of XmlRpcController in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common that return XmlRpcController
 XmlRpcController XmlRpcWorkerFactory.getController()
          Returns the factory controller.
 XmlRpcController XmlRpcWorker.getController()
          Returns the workers controller.
 XmlRpcController TypeFactoryImpl.getController()
          Returns the controller, which operates the type factory.
 

Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcController
TypeFactoryImpl(XmlRpcController pController)
          Creates a new instance.
XmlRpcWorkerFactory(XmlRpcController pController)
          Creates a new instance.
 

Uses of XmlRpcController in org.apache.xmlrpc.jaxb
 

Constructors in org.apache.xmlrpc.jaxb with parameters of type XmlRpcController
JaxbTypeFactory(XmlRpcController pController, javax.xml.bind.JAXBContext pContext)
          Creates a new instance with the given controller and JAXB context.
 

Uses of XmlRpcController in org.apache.xmlrpc.server
 

Subclasses of XmlRpcController 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 XmlRpcServer
          A multithreaded, reusable XML-RPC server object.
 class XmlRpcStreamServer
          Extension of XmlRpcServer with support for reading requests from a stream and writing the response to another stream.
 

Methods in org.apache.xmlrpc.server that return XmlRpcController
 XmlRpcController XmlRpcServerWorker.getController()
           
 

Uses of XmlRpcController in org.apache.xmlrpc.webserver
 

Subclasses of XmlRpcController 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.