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