org.apache.xmlrpc.client
Class XmlRpcStreamTransport.ReqWriterImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcStreamTransport.ReqWriterImpl
- XmlRpcStreamTransport
- XmlRpcStreamTransport.ReqWriter
protected class XmlRpcStreamTransport.ReqWriterImpl
extends java.lang.Object
void | write(OutputStream pStream) - Writes the requests uncompressed XML data to the given
output stream.
|
write
public void write(OutputStream pStream)
throws XmlRpcException,
IOException,
SAXException
Writes the requests uncompressed XML data to the given
output stream. Ensures, that the output stream is being
closed.
- write in interface XmlRpcStreamTransport.ReqWriter
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.