Uses of Class
org.apache.camel.model.dataformat.MimeMultipartDataFormat.Builder
Packages that use MimeMultipartDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of MimeMultipartDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return MimeMultipartDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.mimeMultipart()Uses the MIME Multipart data format -
Uses of MimeMultipartDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return MimeMultipartDataFormat.BuilderModifier and TypeMethodDescriptionMimeMultipartDataFormat.Builder.binaryContent(boolean binaryContent) Defines whether the content of binary parts in the MIME multipart is binary (true) or Base-64 encoded (false)MimeMultipartDataFormat.Builder.binaryContent(String binaryContent) Defines whether the content of binary parts in the MIME multipart is binary (true) or Base-64 encoded (false)MimeMultipartDataFormat.Builder.headersInline(boolean headersInline) Defines whether the MIME-Multipart headers are part of the message body (true) or are set as Camel headers (false).MimeMultipartDataFormat.Builder.headersInline(String headersInline) Defines whether the MIME-Multipart headers are part of the message body (true) or are set as Camel headers (false).MimeMultipartDataFormat.Builder.includeHeaders(String includeHeaders) A regex that defines which Camel headers are also included as MIME headers into the MIME multipart.MimeMultipartDataFormat.Builder.multipartSubType(String multipartSubType) Specify the subtype of the MIME Multipart.MimeMultipartDataFormat.Builder.multipartWithoutAttachment(boolean multipartWithoutAttachment) Defines whether a message without attachment is also marshaled into a MIME Multipart (with only one body part).MimeMultipartDataFormat.Builder.multipartWithoutAttachment(String multipartWithoutAttachment) Defines whether a message without attachment is also marshaled into a MIME Multipart (with only one body part).