public class AxisRequestEntityImpl extends AxisRequestEntity implements org.apache.http.HttpEntity
Constructor and Description |
---|
AxisRequestEntityImpl(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 |
---|---|
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, writeRequest
public AxisRequestEntityImpl(MessageFormatter messageFormatter, 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.HttpEntity
public org.apache.http.Header getContentEncoding()
getContentEncoding
in interface org.apache.http.HttpEntity
public InputStream getContent() throws IOException
getContent
in interface org.apache.http.HttpEntity
IOException
public void writeTo(OutputStream outputStream) throws IOException
writeTo
in interface org.apache.http.HttpEntity
IOException
public boolean isStreaming()
isStreaming
in interface org.apache.http.HttpEntity
public void consumeContent()
consumeContent
in interface org.apache.http.HttpEntity
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.