org.apache.xmlrpc.client

Interface XmlRpcStreamTransport.ReqWriter

protected interface XmlRpcStreamTransport.ReqWriter

Method Summary
voidwrite(OutputStream pStream)
Writes the requests data to the given output stream.

Method Detail

write

public void write(OutputStream pStream)
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.