org.apache.xmlrpc
Class XmlRpcClientWorker
java.lang.Object
org.apache.xmlrpc.XmlRpcClientWorker
public class XmlRpcClientWorker
extends java.lang.Object
Tie together the XmlRequestProcessor and XmlResponseProcessor to handle
a request serially in a single thread.
PROCESSING_ERROR_FLAG
private static final Object PROCESSING_ERROR_FLAG
XmlRpcClientWorker
public XmlRpcClientWorker(TimeZone tz)
canReUse
protected boolean canReUse()
Called by the worker management framework to see if this worker can be
re-used. Must attempt to clean up any state, and return true if it can
be re-used.
- Whether this worker has been cleaned up and may be re-used.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.