Uses of Class
org.apache.xmlrpc.common.XmlRpcWorkerFactory
Packages that use XmlRpcWorkerFactory
-
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.client
Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.clientModifier and TypeClassDescriptionclass
A worker factory for the client, creating instances ofXmlRpcClientWorker
.Methods in org.apache.xmlrpc.client that return XmlRpcWorkerFactoryModifier and TypeMethodDescriptionprotected XmlRpcWorkerFactory
XmlRpcClient.getDefaultXmlRpcWorkerFactory()
-
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcWorkerFactoryMethods in org.apache.xmlrpc.common that return XmlRpcWorkerFactoryModifier and TypeMethodDescriptionprotected abstract XmlRpcWorkerFactory
XmlRpcController.getDefaultXmlRpcWorkerFactory()
Creates the controllers default worker factory.XmlRpcController.getWorkerFactory()
Returns the clients worker factory.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorkerFactoryModifier and TypeMethodDescriptionvoid
XmlRpcController.setWorkerFactory
(XmlRpcWorkerFactory pFactory) Sets the clients worker factory. -
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.server
Subclasses of XmlRpcWorkerFactory in org.apache.xmlrpc.serverMethods in org.apache.xmlrpc.server that return XmlRpcWorkerFactoryModifier and TypeMethodDescriptionprotected XmlRpcWorkerFactory
XmlRpcServer.getDefaultXmlRpcWorkerFactory()