Uses of Class
org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
Packages that use XmlRpcWorkerFactory Package Description org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.server -
-
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.client
Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.client Modifier and Type Class Description class
XmlRpcClientWorkerFactory
A worker factory for the client, creating instances ofXmlRpcClientWorker
.Methods in org.apache.xmlrpc.client that return XmlRpcWorkerFactory Modifier and Type Method Description protected XmlRpcWorkerFactory
XmlRpcClient. getDefaultXmlRpcWorkerFactory()
-
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcWorkerFactory Modifier and Type Field Description private XmlRpcWorkerFactory
XmlRpcController. workerFactory
Methods in org.apache.xmlrpc.common that return XmlRpcWorkerFactory Modifier and Type Method Description protected abstract XmlRpcWorkerFactory
XmlRpcController. getDefaultXmlRpcWorkerFactory()
Creates the controllers default worker factory.XmlRpcWorkerFactory
XmlRpcController. getWorkerFactory()
Returns the clients worker factory.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorkerFactory Modifier and Type Method Description void
XmlRpcController. setWorkerFactory(XmlRpcWorkerFactory pFactory)
Sets the clients worker factory. -
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.server
Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.server Modifier and Type Class Description class
XmlRpcServerWorkerFactory
Server specific worker factory.Methods in org.apache.xmlrpc.server that return XmlRpcWorkerFactory Modifier and Type Method Description protected XmlRpcWorkerFactory
XmlRpcServer. getDefaultXmlRpcWorkerFactory()
-