public abstract class ApplicationEDIEntity extends MimeEntity
MimeEntity.NoCloseOutputStreamcontentLength, 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, setMainBodypublic String getEdiMessage()
public void writeTo(OutputStream outstream) throws IOException
IOExceptionApache Camel