public abstract class ApplicationEDIEntity extends MimeEntity
MimeEntity.NoCloseOutputStream
contentLength, contentTransferEncoding, isMainBody, RECALCULATE_CONTENT_LENGTH, UNKNOWN_CONTENT_LENGTH
Modifier | Constructor and Description |
---|---|
protected |
ApplicationEDIEntity(String ediMessage,
org.apache.http.entity.ContentType contentType,
String contentTransferEncoding,
boolean isMainBody) |
Modifier and Type | Method and Description |
---|---|
String |
getEdiMessage() |
void |
writeTo(OutputStream outstream) |
addHeader, addHeader, containsHeader, getAllHeaders, getCharset, getContent, getContentEncodingValue, getContentLength, getContentTransferEncoding, getContentTransferEncodingValue, getContentTypeValue, getFirstHeader, getHeaders, getLastHeader, headerIterator, headerIterator, isMainBody, isRepeatable, isStreaming, removeAllHeaders, removeHeader, removeHeaders, setContentEncoding, setContentTransferEncoding, setContentTransferEncoding, setContentType, setContentType, setHeader, setHeader, setHeaders, setMainBody
public String getEdiMessage()
public void writeTo(OutputStream outstream) throws IOException
IOException
Apache Camel