|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
protected class XmlRpcHttpTransport.ByteArrayReqWriter
Field Summary | |
---|---|
private java.io.ByteArrayOutputStream |
baos
|
Constructor Summary | |
---|---|
XmlRpcHttpTransport.ByteArrayReqWriter(org.apache.xmlrpc.XmlRpcRequest pRequest)
|
Method Summary | |
---|---|
protected int |
getContentLength()
|
void |
write(java.io.OutputStream pStream)
Writes the requests data to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.io.ByteArrayOutputStream baos
Constructor Detail |
---|
XmlRpcHttpTransport.ByteArrayReqWriter(org.apache.xmlrpc.XmlRpcRequest pRequest) throws org.apache.xmlrpc.XmlRpcException, java.io.IOException, org.xml.sax.SAXException
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.xml.sax.SAXException
Method Detail |
---|
protected int getContentLength()
public void write(java.io.OutputStream pStream) throws java.io.IOException
XmlRpcStreamTransport.ReqWriter
write
in interface XmlRpcStreamTransport.ReqWriter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |