org.apache.xmlrpc.client

Class XmlRpcStreamTransport.ReqWriterImpl

Enclosing Class:
XmlRpcStreamTransport
Implemented Interfaces:
XmlRpcStreamTransport.ReqWriter

protected class XmlRpcStreamTransport.ReqWriterImpl
extends java.lang.Object
implements XmlRpcStreamTransport.ReqWriter

Constructor Summary

ReqWriterImpl(XmlRpcRequest pRequest)

Method Summary

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

Constructor Details

ReqWriterImpl

protected ReqWriterImpl(XmlRpcRequest pRequest)

Method Details

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.
Specified by:
write in interface XmlRpcStreamTransport.ReqWriter

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.