public class RESTRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
Constructor and Description |
---|
RESTRequestEntity(org.apache.axiom.om.OMElement element,
boolean chunked,
MessageContext msgCtxt,
String charSetEncoding,
String soapActionString,
org.apache.axiom.om.OMOutputFormat format) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
String |
getContentType() |
boolean |
isRepeatable() |
byte[] |
writeBytes() |
void |
writeRequest(OutputStream out) |
public RESTRequestEntity(org.apache.axiom.om.OMElement element, boolean chunked, MessageContext msgCtxt, String charSetEncoding, String soapActionString, org.apache.axiom.om.OMOutputFormat format)
public void writeRequest(OutputStream out) throws IOException
writeRequest
in interface org.apache.commons.httpclient.methods.RequestEntity
IOException
public long getContentLength()
getContentLength
in interface org.apache.commons.httpclient.methods.RequestEntity
public String getContentType()
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
public boolean isRepeatable()
isRepeatable
in interface org.apache.commons.httpclient.methods.RequestEntity
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.