org.apache.xmlrpc.client

Class XmlRpcClientWorkerFactory


public class XmlRpcClientWorkerFactory
extends XmlRpcWorkerFactory

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

Constructor Summary

XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.

Method Summary

protected XmlRpcWorker
newWorker()
Creates a new worker instance.

Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory

getController, getCurrentRequests, getWorker, newWorker, releaseWorker

Constructor Details

XmlRpcClientWorkerFactory

public XmlRpcClientWorkerFactory(XmlRpcClient pClient)
Creates a new instance.
Parameters:
pClient - The factory controller.

Method Details

newWorker

protected XmlRpcWorker newWorker()
Creates a new worker instance.
Overrides:
newWorker in interface XmlRpcWorkerFactory
Returns:
New instance of XmlRpcClientWorker.

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