Package org.apache.xmlrpc.client
Class XmlRpcClientWorkerFactory
- java.lang.Object
-
- org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
- org.apache.xmlrpc.client.XmlRpcClientWorkerFactory
-
public class XmlRpcClientWorkerFactory extends XmlRpcWorkerFactory
A worker factory for the client, creating instances ofXmlRpcClientWorker
.
-
-
Constructor Summary
Constructors Constructor Description XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XmlRpcWorker
newWorker()
Creates a new worker instance.-
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory
getController, getCurrentRequests, getWorker, releaseWorker
-
-
-
-
Constructor Detail
-
XmlRpcClientWorkerFactory
public XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.- Parameters:
pClient
- The factory controller.
-
-
Method Detail
-
newWorker
protected XmlRpcWorker newWorker()
Creates a new worker instance.- Specified by:
newWorker
in classXmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcClientWorker
.
-
-