| java.lang.Object org.apache.axis2.transport.http.AxisRequestEntity
AxisRequestEntity | public class AxisRequestEntity implements RequestEntity(Code) | | This Request Entity is used by the HTTPCommonsTransportSender. This wraps the
Axis2 message formatter object.
|
Constructor Summary | |
public | AxisRequestEntity(MessageFormatter messageFormatter, MessageContext msgContext, OMOutputFormat format, String soapAction, boolean chunked, boolean isAllowedRetry) Method calls to this request entity are delegated to the following Axis2
message formatter object. |
AxisRequestEntity | public AxisRequestEntity(MessageFormatter messageFormatter, MessageContext msgContext, OMOutputFormat format, String soapAction, boolean chunked, boolean isAllowedRetry)(Code) | | Method calls to this request entity are delegated to the following Axis2
message formatter object.
Parameters: messageFormatter - |
getContentLength | public long getContentLength()(Code) | | |
isRepeatable | public boolean isRepeatable()(Code) | | |
|
|