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 classXmlRpcClientWorkerFactoryA worker factory for the client, creating instances ofXmlRpcClientWorker.Methods in org.apache.xmlrpc.client that return XmlRpcWorkerFactory Modifier and Type Method Description protected XmlRpcWorkerFactoryXmlRpcClient. getDefaultXmlRpcWorkerFactory() -
Uses of XmlRpcWorkerFactory in org.apache.xmlrpc.common
Fields in org.apache.xmlrpc.common declared as XmlRpcWorkerFactory Modifier and Type Field Description private XmlRpcWorkerFactoryXmlRpcController. workerFactoryMethods in org.apache.xmlrpc.common that return XmlRpcWorkerFactory Modifier and Type Method Description protected abstract XmlRpcWorkerFactoryXmlRpcController. getDefaultXmlRpcWorkerFactory()Creates the controllers default worker factory.XmlRpcWorkerFactoryXmlRpcController. getWorkerFactory()Returns the clients worker factory.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorkerFactory Modifier and Type Method Description voidXmlRpcController. 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 classXmlRpcServerWorkerFactoryServer specific worker factory.Methods in org.apache.xmlrpc.server that return XmlRpcWorkerFactory Modifier and Type Method Description protected XmlRpcWorkerFactoryXmlRpcServer. getDefaultXmlRpcWorkerFactory()
-