public abstract class AxisRequestEntity extends Object
| Constructor and Description |
|---|
AxisRequestEntity(org.apache.axis2.transport.MessageFormatter messageFormatter,
org.apache.axis2.context.MessageContext msgContext,
org.apache.axiom.om.OMOutputFormat format,
String soapAction,
boolean chunked,
boolean isAllowedRetry)
Method calls to this request entity are delegated to the following Axis2
message formatter object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
String |
getContentTypeAsString() |
InputStream |
getRequestEntityContent() |
boolean |
isChunked() |
boolean |
isRepeatable() |
void |
setChunked(boolean chunked) |
void |
writeRequest(OutputStream outStream) |
public AxisRequestEntity(org.apache.axis2.transport.MessageFormatter messageFormatter,
org.apache.axis2.context.MessageContext msgContext,
org.apache.axiom.om.OMOutputFormat format,
String soapAction,
boolean chunked,
boolean isAllowedRetry)
messageFormatter - public boolean isRepeatable()
public void writeRequest(OutputStream outStream) throws IOException
IOExceptionpublic long getContentLength()
public String getContentTypeAsString()
public boolean isChunked()
public void setChunked(boolean chunked)
public InputStream getRequestEntityContent() throws IOException
IOExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.