org.apache.xmlrpc
public class XmlRpcClientRequestProcessor extends Object
Since: 1.2
Version: $Id: XmlRpcClientRequestProcessor.java 350048 2005-11-30 21:49:32 +0100 (Mi, 30 Nov 2005) jochen $
Field Summary | |
---|---|
TimeZone | tz |
Constructor Summary | |
---|---|
XmlRpcClientRequestProcessor(TimeZone tz)
Creates a new instance. |
Method Summary | |
---|---|
protected boolean | canReUse()
Called by the worker management framework to see if this object can be
re-used. |
void | encodeRequest(XmlRpcClientRequest request, String encoding, OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an
output stream in the specified character encoding.
|
byte[] | encodeRequestBytes(XmlRpcClientRequest request, String encoding)
Encode a request from the XmlRpcClientRequest implementation to a
byte array representing the XML-RPC call, in the specified character
encoding.
|
Returns: boolean true if this objcet has been cleaned up and may be re-used.
Parameters: request the request to encode. encoding the Java name for the encoding to use.
Parameters: request the request to encode. encoding the Java name for the encoding to use.
Returns: byte [] the encoded request.