Package | Description |
---|---|
org.apache.xmlrpc.common |
Modifier and Type | Method and Description |
---|---|
XmlRpcWorker |
XmlRpcWorkerFactory.getWorker()
Returns a worker for synchronous processing.
|
protected abstract XmlRpcWorker |
XmlRpcWorkerFactory.newWorker()
Creates a new worker instance.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcWorkerFactory.releaseWorker(XmlRpcWorker pWorker)
Called, when the worker did its job.
|