public abstract class AxisRequestEntity extends Object
Constructor and Description |
---|
AxisRequestEntity(MessageFormatter messageFormatter,
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(MessageFormatter messageFormatter, 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
IOException
public long getContentLength()
public String getContentTypeAsString()
public boolean isChunked()
public void setChunked(boolean chunked)
public InputStream getRequestEntityContent() throws IOException
IOException
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.