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 of
XmlRpcClientWorker
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcClientWorkerFactory
public XmlRpcClientWorkerFactory(XmlRpcClient pClient)
- Creates a new instance.
- Parameters:
pClient
- The factory controller.
newWorker
protected XmlRpcWorker newWorker()
- Creates a new worker instance.
- Specified by:
newWorker
in class XmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcClientWorker
.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.