public class RESTRequestEntityImpl extends RESTRequestEntity implements org.apache.commons.httpclient.methods.RequestEntity
Constructor and Description |
---|
RESTRequestEntityImpl(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 |
---|---|
String |
getContentType() |
getBytes, getCharSetEnc, getContentLength, getContentTypeAsString, getElement, getFormat, getMsgCtxt, getSoapActionString, isChunked, isRepeatable, setBytes, setCharSetEnc, setChunked, setElement, setFormat, setMsgCtxt, setSoapActionString, writeBytes, writeRequest
public RESTRequestEntityImpl(org.apache.axiom.om.OMElement element, boolean chunked, MessageContext msgCtxt, String charSetEncoding, String soapActionString, org.apache.axiom.om.OMOutputFormat format)
public String getContentType()
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.