org.apache.xmlrpc.client

Class XmlRpcClientWorkerFactory

public class XmlRpcClientWorkerFactory extends XmlRpcWorkerFactory

A worker factory for the client, creating instances of {@link org.apache.xmlrpc.client.XmlRpcClientWorker}.
Constructor Summary
XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.
Method Summary
protected XmlRpcWorkernewWorker()
Creates a new worker instance.

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.

Returns: New instance of {@link XmlRpcClientWorker}.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.