org.apache.xmlrpc.client
Class XmlRpcClientWorkerFactory

java.lang.Object
  extended by org.apache.xmlrpc.common.XmlRpcWorkerFactory
      extended by org.apache.xmlrpc.client.XmlRpcClientWorkerFactory

public class XmlRpcClientWorkerFactory
extends org.apache.xmlrpc.common.XmlRpcWorkerFactory

A worker factory for the client, creating instances of XmlRpcClientWorker.


Constructor Summary
XmlRpcClientWorkerFactory(XmlRpcClient pClient)
          Creates a new instance.
 
Method Summary
protected  org.apache.xmlrpc.common.XmlRpcWorker newWorker()
          Creates a new worker instance.
 
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory
getController, getCurrentRequests, getWorker, releaseWorker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcClientWorkerFactory

public XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.

Parameters:
pClient - The factory controller.
Method Detail

newWorker

protected org.apache.xmlrpc.common.XmlRpcWorker newWorker()
Creates a new worker instance.

Specified by:
newWorker in class org.apache.xmlrpc.common.XmlRpcWorkerFactory
Returns:
New instance of XmlRpcClientWorker.