public class AxisRequestEntityImpl extends AxisRequestEntity implements org.apache.http.HttpEntity
| Constructor and Description |
|---|
AxisRequestEntityImpl(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 |
|---|---|
void |
consumeContent() |
InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
org.apache.http.Header |
getContentType() |
boolean |
isStreaming() |
void |
writeTo(OutputStream outputStream) |
getContentLength, getContentTypeAsString, getRequestEntityContent, isChunked, isRepeatable, setChunked, writeRequestpublic AxisRequestEntityImpl(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 - msgContext - format - soapAction - chunked - isAllowedRetry - public org.apache.http.Header getContentType()
getContentType in interface org.apache.http.HttpEntitypublic org.apache.http.Header getContentEncoding()
getContentEncoding in interface org.apache.http.HttpEntitypublic InputStream getContent() throws IOException
getContent in interface org.apache.http.HttpEntityIOExceptionpublic void writeTo(OutputStream outputStream) throws IOException
writeTo in interface org.apache.http.HttpEntityIOExceptionpublic boolean isStreaming()
isStreaming in interface org.apache.http.HttpEntitypublic void consumeContent()
consumeContent in interface org.apache.http.HttpEntityCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.