protected class XmlRpcStreamTransport.ReqWriterImpl extends Object implements XmlRpcStreamTransport.ReqWriter
Modifier | Constructor and Description |
---|---|
protected |
XmlRpcStreamTransport.ReqWriterImpl(XmlRpcRequest pRequest) |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream pStream)
Writes the requests uncompressed XML data to the given
output stream.
|
protected XmlRpcStreamTransport.ReqWriterImpl(XmlRpcRequest pRequest)
public void write(OutputStream pStream) throws XmlRpcException, IOException, SAXException
write
in interface XmlRpcStreamTransport.ReqWriter
XmlRpcException
IOException
SAXException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.