Package org.apache.axis2.transport.http
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getContentLength()
String
getContentType()
boolean
isChunked()
boolean
isRepeatable()
void
writeRequest(OutputStream outStream)
-
-
-
Method Detail
-
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()
-
-