|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.XmlRpcClientRequestProcessor
public class XmlRpcClientRequestProcessor
Process an XML-RPC client request into a byte array or directly onto an OutputStream.
| Field Summary | |
|---|---|
(package private) java.util.TimeZone |
tz
|
| Constructor Summary | |
|---|---|
XmlRpcClientRequestProcessor(java.util.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,
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.TimeZone tz
| Constructor Detail |
|---|
public XmlRpcClientRequestProcessor(java.util.TimeZone tz)
| Method Detail |
|---|
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.
XmlRpcClientExceptionprotected boolean canReUse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||