org.apache.xmlrpc.client
Class XmlRpcHttpTransport.ByteArrayRequestWriter

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

protected class XmlRpcHttpTransport.ByteArrayRequestWriter
extends XmlRpcStreamTransport.RequestWriter


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

Constructor Detail

XmlRpcHttpTransport.ByteArrayRequestWriter

protected XmlRpcHttpTransport.ByteArrayRequestWriter(XmlRpcRequest pRequest)
                                              throws XmlRpcException
Throws:
XmlRpcException
Method Detail

writeUncompressed

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

Overrides:
writeUncompressed in class XmlRpcStreamTransport.RequestWriter
Throws:
XmlRpcException

getContentLength

protected int getContentLength()


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