org.apache.xmlrpc.client
Interface XmlRpcStreamTransport.ReqWriter
- XmlRpcHttpTransport.ByteArrayReqWriter, XmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriterImpl
protected static interface XmlRpcStreamTransport.ReqWriter
void | write(OutputStream pStream) - Writes the requests data to the given output stream.
|
write
public void write(OutputStream pStream)
throws XmlRpcException,
IOException,
SAXException
Writes the requests data to the given output stream.
The method ensures, that the target is being closed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.