org.apache.xmlrpc.client

Interface XmlRpcStreamTransport.ReqWriter

Known Implementing Classes:
XmlRpcHttpTransport.ByteArrayReqWriter, XmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriterImpl

protected static interface XmlRpcStreamTransport.ReqWriter

Method Summary

void
write(OutputStream pStream)
Writes the requests data to the given output stream.

Method Details

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.