protected class XmlRpcHttpTransport.ByteArrayReqWriter extends java.lang.Object implements XmlRpcStreamTransport.ReqWriter
Modifier and Type | Field and Description |
---|---|
private java.io.ByteArrayOutputStream |
baos |
Constructor and Description |
---|
ByteArrayReqWriter(XmlRpcRequest pRequest) |
Modifier and Type | Method and Description |
---|---|
protected int |
getContentLength() |
void |
write(java.io.OutputStream pStream)
Writes the requests data to the given output stream.
|
ByteArrayReqWriter(XmlRpcRequest pRequest) throws XmlRpcException, java.io.IOException, org.xml.sax.SAXException
XmlRpcException
java.io.IOException
org.xml.sax.SAXException
protected int getContentLength()
public void write(java.io.OutputStream pStream) throws java.io.IOException
XmlRpcStreamTransport.ReqWriter
write
in interface XmlRpcStreamTransport.ReqWriter
java.io.IOException