public class XmlRpcClientWorker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object |
PROCESSING_ERROR_FLAG
Used as an internal marker value in
execute(XmlRpcClientRequest, XmlRpcTransport) . |
protected XmlRpcClientRequestProcessor |
requestProcessor |
protected XmlRpcClientResponseProcessor |
responseProcessor |
Constructor and Description |
---|
XmlRpcClientWorker(java.util.TimeZone tz) |
XmlRpcClientWorker(XmlRpcClientRequestProcessor requestProcessor,
XmlRpcClientResponseProcessor responseProcessor) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canReUse()
Called by the worker management framework to see if this worker can be
re-used.
|
java.lang.Object |
execute(XmlRpcClientRequest xmlRpcRequest,
XmlRpcTransport transport) |
protected XmlRpcClientRequestProcessor requestProcessor
protected XmlRpcClientResponseProcessor responseProcessor
private static final java.lang.Object PROCESSING_ERROR_FLAG
execute(XmlRpcClientRequest, XmlRpcTransport)
.public XmlRpcClientWorker(java.util.TimeZone tz)
public XmlRpcClientWorker(XmlRpcClientRequestProcessor requestProcessor, XmlRpcClientResponseProcessor responseProcessor)
public java.lang.Object execute(XmlRpcClientRequest xmlRpcRequest, XmlRpcTransport transport) throws XmlRpcException, XmlRpcClientException, java.io.IOException
XmlRpcException
XmlRpcClientException
java.io.IOException
protected boolean canReUse()
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.