public abstract class RESTRequestEntity extends Object
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 |
---|---|
byte[] |
getBytes() |
String |
getCharSetEnc() |
long |
getContentLength() |
String |
getContentTypeAsString() |
org.apache.axiom.om.OMElement |
getElement() |
org.apache.axiom.om.OMOutputFormat |
getFormat() |
MessageContext |
getMsgCtxt() |
String |
getSoapActionString() |
boolean |
isChunked() |
boolean |
isRepeatable() |
void |
setBytes(byte[] bytes) |
void |
setCharSetEnc(String charSetEnc) |
void |
setChunked(boolean chunked) |
void |
setElement(org.apache.axiom.om.OMElement element) |
void |
setFormat(org.apache.axiom.om.OMOutputFormat format) |
void |
setMsgCtxt(MessageContext msgCtxt) |
void |
setSoapActionString(String soapActionString) |
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
IOException
public long getContentLength()
public String getContentTypeAsString()
public boolean isRepeatable()
public byte[] getBytes()
public void setBytes(byte[] bytes)
public String getCharSetEnc()
public void setCharSetEnc(String charSetEnc)
public boolean isChunked()
public void setChunked(boolean chunked)
public org.apache.axiom.om.OMElement getElement()
public void setElement(org.apache.axiom.om.OMElement element)
public MessageContext getMsgCtxt()
public void setMsgCtxt(MessageContext msgCtxt)
public String getSoapActionString()
public void setSoapActionString(String soapActionString)
public org.apache.axiom.om.OMOutputFormat getFormat()
public void setFormat(org.apache.axiom.om.OMOutputFormat format)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.