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
 

Fields in org.apache.xmlrpc.common declared as XmlRpcController
private  XmlRpcController XmlRpcWorkerFactory.controller
           
private  XmlRpcController TypeFactoryImpl.controller
           
 

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.