Uses of Class
org.apache.xmlrpc.common.XmlRpcController
-
Packages that use XmlRpcController Package Description 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 Modifier and Type Class Description classXmlRpcClientThe main access point of an XML-RPC client.Methods in org.apache.xmlrpc.client that return XmlRpcController Modifier and Type Method Description XmlRpcControllerXmlRpcClientWorker. getController() -
Uses of XmlRpcController in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcController Modifier and Type Field Description private XmlRpcControllerTypeFactoryImpl. controllerprivate XmlRpcControllerXmlRpcWorkerFactory. controllerMethods in org.apache.xmlrpc.common that return XmlRpcController Modifier and Type Method Description XmlRpcControllerTypeFactoryImpl. getController()Returns the controller, which operates the type factory.XmlRpcControllerXmlRpcWorker. getController()Returns the workers controller.XmlRpcControllerXmlRpcWorkerFactory. getController()Returns the factory controller.Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcController Constructor Description 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 Constructor Description 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 Modifier and Type Class Description classXmlRpcHttpServerAbstract extension ofXmlRpcStreamServerfor deriving HTTP servers.classXmlRpcLocalStreamServerServer part of a local stream transport.classXmlRpcServerA multithreaded, reusable XML-RPC server object.classXmlRpcStreamServerExtension ofXmlRpcServerwith support for reading requests from a stream and writing the response to another stream.Methods in org.apache.xmlrpc.server that return XmlRpcController Modifier and Type Method Description XmlRpcControllerXmlRpcServerWorker. getController() -
Uses of XmlRpcController in org.apache.xmlrpc.webserver
Subclasses of XmlRpcController in org.apache.xmlrpc.webserver Modifier and Type Class Description (package private) classConnectionServerclassXmlRpcServletServerAn extension ofXmlRpcServer, which is suitable for processing servlet requests.
-