public class XmlRpcClientRequestProcessor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.TimeZone |
tz |
Constructor and Description |
---|
XmlRpcClientRequestProcessor(java.util.TimeZone tz)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canReUse()
Called by the worker management framework to see if this object can be
re-used.
|
void |
encodeRequest(XmlRpcClientRequest request,
java.lang.String encoding,
java.io.OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an
output stream in the specified character encoding.
|
byte[] |
encodeRequestBytes(XmlRpcClientRequest request,
java.lang.String encoding)
Encode a request from the XmlRpcClientRequest implementation to a
byte array representing the XML-RPC call, in the specified character
encoding.
|
public XmlRpcClientRequestProcessor(java.util.TimeZone tz)
public void encodeRequest(XmlRpcClientRequest request, java.lang.String encoding, java.io.OutputStream out) throws XmlRpcClientException, java.io.IOException
request
- the request to encode.encoding
- the Java name for the encoding to use.XmlRpcClientException
java.io.IOException
public byte[] encodeRequestBytes(XmlRpcClientRequest request, java.lang.String encoding) throws XmlRpcClientException
request
- the request to encode.encoding
- the Java name for the encoding to use.XmlRpcClientException
protected boolean canReUse()
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.