org.apache.xmlrpc.client
Class XmlRpcStreamTransport.RequestWriter

java.lang.Object
  extended by org.apache.xmlrpc.client.XmlRpcStreamTransport.RequestWriter
Direct Known Subclasses:
XmlRpcHttpTransport.ByteArrayRequestWriter
Enclosing class:
XmlRpcStreamTransport

protected class XmlRpcStreamTransport.RequestWriter
extends java.lang.Object


Constructor Summary
protected XmlRpcStreamTransport.RequestWriter(XmlRpcRequest pRequest)
           
 
Method Summary
protected  XmlRpcRequest getRequest()
           
protected  void write(java.io.OutputStream pStream)
          Writes the requests XML data to the given output stream, possibly compressing it.
protected  void writeUncompressed(java.io.OutputStream pStream)
          Writes the requests uncompressed XML data to the given output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcStreamTransport.RequestWriter

protected XmlRpcStreamTransport.RequestWriter(XmlRpcRequest pRequest)
Method Detail

getRequest

protected XmlRpcRequest getRequest()

write

protected void write(java.io.OutputStream pStream)
              throws XmlRpcException
Writes the requests XML data to the given output stream, possibly compressing it. Ensures, that the output stream is being closed.

Throws:
XmlRpcException

writeUncompressed

protected void writeUncompressed(java.io.OutputStream pStream)
                          throws XmlRpcException
Writes the requests uncompressed XML data to the given output stream. Ensures, that the output stream is being closed.

Throws:
XmlRpcException


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