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 class
XmlRpcClient
The main access point of an XML-RPC client.Methods in org.apache.xmlrpc.client that return XmlRpcController Modifier and Type Method Description XmlRpcController
XmlRpcClientWorker. getController()
-
Uses of XmlRpcController in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcController Modifier and Type Field Description private XmlRpcController
TypeFactoryImpl. controller
private XmlRpcController
XmlRpcWorkerFactory. controller
Methods in org.apache.xmlrpc.common that return XmlRpcController Modifier and Type Method Description 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 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 class
XmlRpcHttpServer
Abstract extension ofXmlRpcStreamServer
for deriving HTTP servers.class
XmlRpcLocalStreamServer
Server part of a local stream transport.class
XmlRpcServer
A multithreaded, reusable XML-RPC server object.class
XmlRpcStreamServer
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 Modifier and Type Method Description XmlRpcController
XmlRpcServerWorker. getController()
-
Uses of XmlRpcController in org.apache.xmlrpc.webserver
Subclasses of XmlRpcController in org.apache.xmlrpc.webserver Modifier and Type Class Description (package private) class
ConnectionServer
class
XmlRpcServletServer
An extension ofXmlRpcServer
, which is suitable for processing servlet requests.
-