org.apache.xmlrpc.client
Interface XmlRpcStreamTransport.ReqWriter

All Known Implementing Classes:
XmlRpcHttpTransport.ByteArrayReqWriter, XmlRpcStreamTransport.GzipReqWriter, XmlRpcStreamTransport.ReqWriterImpl
Enclosing class:
XmlRpcStreamTransport

protected static interface XmlRpcStreamTransport.ReqWriter


Method Summary
 void write(java.io.OutputStream pStream)
          Writes the requests data to the given output stream.
 

Method Detail

write

void write(java.io.OutputStream pStream)
           throws XmlRpcException,
                  java.io.IOException,
                  org.xml.sax.SAXException
Writes the requests data to the given output stream. The method ensures, that the target is being closed.

Throws:
XmlRpcException
java.io.IOException
org.xml.sax.SAXException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.