Class AxisRequestEntity

java.lang.Object
org.apache.axis2.transport.http.AxisRequestEntity

public final class AxisRequestEntity extends Object
This Request Entity is used by the HTTPCommonsTransportSender. This wraps the Axis2 message formatter object.
  • Method Details

    • isRepeatable

      public boolean isRepeatable()
    • writeRequest

      public void writeRequest(OutputStream outStream) throws IOException
      Throws:
      IOException
    • getContentLength

      public long getContentLength()
    • getContentType

      public String getContentType()
    • isChunked

      public boolean isChunked()