Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xmlrpc.common.XmlRpcWorkerFactory
org.apache.xmlrpc.server.XmlRpcServerWorkerFactory
public class XmlRpcServerWorkerFactory
extends XmlRpcWorkerFactory
Constructor 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.