Class XmlRpcServerWorkerFactory
java.lang.Object
org.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
Server specific worker factory.
-
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcServerWorkerFactory(XmlRpcServer pServer) Creates a new factory with the given controller. -
Method Summary
Methods inherited from class XmlRpcWorkerFactory
getController, getCurrentRequests, getWorker, releaseWorker
-
Constructor Details
-
XmlRpcServerWorkerFactory
Creates a new factory with the given controller.- Parameters:
pServer- The factory controller.
-
-
Method Details
-
newWorker
Description copied from class:XmlRpcWorkerFactoryCreates a new worker instance.- Specified by:
newWorkerin classXmlRpcWorkerFactory- Returns:
- New instance of
XmlRpcWorker.
-