Class ApplicationEDIFACTEntity
java.lang.Object
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
org.apache.camel.component.as2.api.entity.MimeEntity
org.apache.camel.component.as2.api.entity.ApplicationEntity
org.apache.camel.component.as2.api.entity.ApplicationEDIFACTEntity
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.HttpEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
MimeEntity.NoCloseOutputStream -
Field Summary
Fields inherited from class org.apache.camel.component.as2.api.entity.ApplicationEntity
CONTENT_DISPOSITION_PATTERN, ediContentFields inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
contentLength, isMainBody, RECALCULATE_CONTENT_LENGTH, UNKNOWN_CONTENT_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionApplicationEDIFACTEntity(byte[] content, String charset, String contentTransferEncoding, boolean isMainBody, String filename) -
Method Summary
Methods inherited from class org.apache.camel.component.as2.api.entity.ApplicationEntity
getEdiMessage, writeToMethods inherited from class org.apache.camel.component.as2.api.entity.MimeEntity
addHeader, addHeader, containsHeader, getAllHeaders, getCharset, getContent, getContentLength, getContentTransferEncoding, getContentTransferEncodingValue, getFirstHeader, getHeaders, getLastHeader, isMainBody, isRepeatable, isStreaming, removeAllHeaders, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setMainBodyMethods inherited from class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
getContentEncoding, getContentType, getTrailerNames, getTrailers, isChunked, toString, writeTo
-
Constructor Details
-
ApplicationEDIFACTEntity
-
-
Method Details
-
close
- Throws:
IOException
-