org.apache.axis2.transport.http
Class CommonsHTTPTransportSender.AxisRequestEntity

java.lang.Object
  extended byorg.apache.axis2.transport.http.CommonsHTTPTransportSender.AxisRequestEntity
Enclosing class:
CommonsHTTPTransportSender

public class CommonsHTTPTransportSender.AxisRequestEntity
extends java.lang.Object


Constructor Summary
CommonsHTTPTransportSender.AxisRequestEntity(OMElement element, boolean chuncked, MessageContext msgCtxt, java.lang.String charSetEncoding, java.lang.String soapActionString)
           
 
Method Summary
 long getContentLength()
           
 java.lang.String getContentType()
           
 boolean isRepeatable()
           
 byte[] writeBytes()
           
 void writeRequest(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsHTTPTransportSender.AxisRequestEntity

public CommonsHTTPTransportSender.AxisRequestEntity(OMElement element,
                                                    boolean chuncked,
                                                    MessageContext msgCtxt,
                                                    java.lang.String charSetEncoding,
                                                    java.lang.String soapActionString)
Method Detail

isRepeatable

public boolean isRepeatable()

writeBytes

public byte[] writeBytes()
                  throws AxisFault
Throws:
AxisFault

writeRequest

public void writeRequest(java.io.OutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

getContentLength

public long getContentLength()

getContentType

public java.lang.String getContentType()