Uses of Class
org.apache.xmlrpc.common.XmlRpcController
Packages that use XmlRpcController
Package
Description
-
Uses of XmlRpcController in org.apache.xmlrpc.client
Subclasses of XmlRpcController in org.apache.xmlrpc.clientMethods in org.apache.xmlrpc.client that return XmlRpcController -
Uses of XmlRpcController in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcControllerModifier and TypeFieldDescriptionprivate final XmlRpcControllerTypeFactoryImpl.controllerprivate final XmlRpcControllerXmlRpcWorkerFactory.controllerMethods in org.apache.xmlrpc.common that return XmlRpcControllerModifier and TypeMethodDescriptionTypeFactoryImpl.getController()Returns the controller, which operates the type factory.XmlRpcWorker.getController()Returns the workers controller.XmlRpcWorkerFactory.getController()Returns the factory controller.Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcControllerModifierConstructorDescriptionTypeFactoryImpl(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 XmlRpcControllerModifierConstructorDescriptionJaxbTypeFactory(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.serverModifier and TypeClassDescriptionclassAbstract extension ofXmlRpcStreamServerfor deriving HTTP servers.classServer part of a local stream transport.classA multithreaded, reusable XML-RPC server object.classExtension ofXmlRpcServerwith support for reading requests from a stream and writing the response to another stream.Methods in org.apache.xmlrpc.server that return XmlRpcController -
Uses of XmlRpcController in org.apache.xmlrpc.webserver
Subclasses of XmlRpcController in org.apache.xmlrpc.webserverModifier and TypeClassDescription(package private) classclassAn extension ofXmlRpcServer, which is suitable for processing servlet requests.