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 TypeClassDescriptionclassA worker factory for the client, creating instances ofXmlRpcClientWorker.Methods in org.apache.xmlrpc.client that return XmlRpcWorkerFactoryModifier and TypeMethodDescriptionprotected XmlRpcWorkerFactoryXmlRpcClient.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 XmlRpcWorkerFactoryXmlRpcController.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 TypeMethodDescriptionvoidXmlRpcController.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 XmlRpcWorkerFactoryXmlRpcServer.getDefaultXmlRpcWorkerFactory()