org.apache.xmlrpc
public class XmlRpcClientWorker extends Object
Since: 2.0
| Field Summary | |
|---|---|
| static Object | PROCESSING_ERROR_FLAG
Used as an internal marker value in XmlRpcClientWorker. |
| protected XmlRpcClientRequestProcessor | requestProcessor |
| protected XmlRpcClientResponseProcessor | responseProcessor |
| Constructor Summary | |
|---|---|
| XmlRpcClientWorker(TimeZone tz) | |
| XmlRpcClientWorker(XmlRpcClientRequestProcessor requestProcessor, XmlRpcClientResponseProcessor responseProcessor) | |
| Method Summary | |
|---|---|
| protected boolean | canReUse()
Called by the worker management framework to see if this worker can be
re-used. |
| Object | execute(XmlRpcClientRequest xmlRpcRequest, XmlRpcTransport transport) |
Returns: Whether this worker has been cleaned up and may be re-used.