public class RESTRequestEntityImpl extends RESTRequestEntity implements org.apache.http.HttpEntity
| Constructor and Description |
|---|
RESTRequestEntityImpl(OMElement element,
boolean chunked,
MessageContext msgCtxt,
String charSetEncoding,
String soapActionString,
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 RESTRequestEntityImpl(OMElement element, boolean chunked, MessageContext msgCtxt, String charSetEncoding, String soapActionString, OMOutputFormat format)
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 AxisFault
getContent in interface org.apache.http.HttpEntityAxisFaultpublic 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 © The Apache Software Foundation. All Rights Reserved.