protected class XmlRpcStreamTransport.ReqWriterImpl extends Object implements XmlRpcStreamTransport.ReqWriter
Modifier | Constructor and Description |
---|---|
protected |
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 ReqWriterImpl(XmlRpcRequest pRequest)
public void write(OutputStream pStream) throws XmlRpcException, IOException, SAXException
write
in interface XmlRpcStreamTransport.ReqWriter
XmlRpcException
IOException
SAXException
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.