Package org.apache.xmlrpc.server
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 org.apache.xmlrpc.common.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:XmlRpcWorkerFactory
Creates a new worker instance.- Specified by:
newWorker
in classXmlRpcWorkerFactory
- Returns:
- New instance of
XmlRpcWorker
.
-