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 XmlRpcController
TypeFactoryImpl.controller
private final XmlRpcController
XmlRpcWorkerFactory.controller
Methods 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, 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 TypeClassDescriptionclass
Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.class
Server part of a local stream transport.class
A multithreaded, reusable XML-RPC server object.class
Extension ofXmlRpcServer
with 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) class
class
An extension ofXmlRpcServer
, which is suitable for processing servlet requests.