Package org.apache.xmlrpc.server
Class XmlRpcServerWorkerFactory
- java.lang.Object
-
- org.apache.xmlrpc.common.XmlRpcWorkerFactory
-
- org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
-
public class XmlRpcServerWorkerFactory extends XmlRpcWorkerFactory
Server specific worker factory.
-
-
Constructor Summary
Constructors Constructor Description XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XmlRpcWorker
newWorker()
Creates a new worker instance.-
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory
getController, getCurrentRequests, getWorker, releaseWorker
-
-
-
-
Constructor Detail
-
XmlRpcServerWorkerFactory
public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.- Parameters:
pServer
- The factory controller.
-
-
Method Detail
-
newWorker
protected XmlRpcWorker newWorker()
Description copied from class:XmlRpcWorkerFactory
Creates a new worker instance.- Specified by:
newWorker
in classXmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcWorker
.
-
-