public class RESTRequestEntityImpl extends RESTRequestEntity implements org.apache.http.HttpEntity
| Constructor and Description |
|---|
RESTRequestEntityImpl(org.apache.axiom.om.OMElement element,
boolean chunked,
org.apache.axis2.context.MessageContext msgCtxt,
String charSetEncoding,
String soapActionString,
org.apache.axiom.om.OMOutputFormat format) |
| 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) |
getBytes, getCharSetEnc, getContentLength, getContentTypeAsString, getElement, getFormat, getMsgCtxt, getSoapActionString, isChunked, isRepeatable, setBytes, setCharSetEnc, setChunked, setElement, setFormat, setMsgCtxt, setSoapActionString, writeBytes, writeRequestpublic 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 org.apache.axis2.AxisFault
getContent in interface org.apache.http.HttpEntityorg.apache.axis2.AxisFaultpublic 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–2016 The Apache Software Foundation. All rights reserved.