| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.common.XmlRpcWorkerFactoryorg.apache.xmlrpc.server.XmlRpcServerWorkerFactorypublic class XmlRpcServerWorkerFactoryextends XmlRpcWorkerFactoryConstructor Summary | |
| |
Method Summary | |
protected XmlRpcWorker | |
Methods inherited from class org.apache.xmlrpc.common.XmlRpcWorkerFactory | |
getController, getCurrentRequests, getWorker, newWorker, releaseWorker | |
public XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.
- Parameters:
pServer- The factory controller.