org.apache.xmlrpc.server
Class XmlRpcServerWorkerFactory

java.lang.Object
  extended by org.apache.xmlrpc.common.XmlRpcWorkerFactory
      extended by org.apache.xmlrpc.server.XmlRpcServerWorkerFactory

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

Server specific worker factory.


Constructor Summary
XmlRpcServerWorkerFactory(XmlRpcServer pServer)
          Creates a new factory with the given controller.
 
Method Summary
protected  org.apache.xmlrpc.common.XmlRpcWorker newWorker()
           
 
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

XmlRpcServerWorkerFactory

public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.

Parameters:
pServer - The factory controller.
Method Detail

newWorker

protected org.apache.xmlrpc.common.XmlRpcWorker newWorker()
Specified by:
newWorker in class org.apache.xmlrpc.common.XmlRpcWorkerFactory