|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.client.XmlRpcStreamTransport.RequestWriter
protected class XmlRpcStreamTransport.RequestWriter
Constructor Summary | |
---|---|
protected |
XmlRpcStreamTransport.RequestWriter(XmlRpcRequest pRequest)
|
Method Summary | |
---|---|
protected XmlRpcRequest |
getRequest()
|
protected void |
write(java.io.OutputStream pStream)
Writes the requests XML data to the given output stream, possibly compressing it. |
protected void |
writeUncompressed(java.io.OutputStream pStream)
Writes the requests uncompressed XML data to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XmlRpcStreamTransport.RequestWriter(XmlRpcRequest pRequest)
Method Detail |
---|
protected XmlRpcRequest getRequest()
protected void write(java.io.OutputStream pStream) throws XmlRpcException
XmlRpcException
protected void writeUncompressed(java.io.OutputStream pStream) throws XmlRpcException
XmlRpcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |