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

Packages that use XmlRpcController
org.apache.xmlrpc.common   
org.apache.xmlrpc.jaxb   
 

Uses of XmlRpcController in org.apache.xmlrpc.common
 

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

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.