Package org.apache.xmlrpc.client
Class XmlRpcClientWorkerFactory
java.lang.Object
org.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
A worker factory for the client, creating instances of
XmlRpcClientWorker
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory
getController, getCurrentRequests, getWorker, releaseWorker
-
Constructor Details
-
XmlRpcClientWorkerFactory
Creates a new instance.- Parameters:
pClient
- The factory controller.
-
-
Method Details
-
newWorker
Creates a new worker instance.- Specified by:
newWorker
in classXmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcClientWorker
.
-