org.apache.xmlrpc.client

Class XmlRpcStreamTransport.ReqWriterImpl

protected class XmlRpcStreamTransport.ReqWriterImpl extends Object implements XmlRpcStreamTransport.ReqWriter

Constructor Summary
protected ReqWriterImpl(XmlRpcRequest pRequest)
Method Summary
voidwrite(OutputStream pStream)
Writes the requests uncompressed XML data to the given output stream.

Constructor Detail

ReqWriterImpl

protected ReqWriterImpl(XmlRpcRequest pRequest)

Method Detail

write

public void write(OutputStream pStream)
Writes the requests uncompressed XML data to the given output stream. Ensures, that the output stream is being closed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.