Package org.apache.camel.component.mail
Class SplitAttachmentsExpression
java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.support.ExpressionAdapter
org.apache.camel.component.mail.SplitAttachmentsExpression
- All Implemented Interfaces:
org.apache.camel.Expression,org.apache.camel.Predicate
public class SplitAttachmentsExpression
extends org.apache.camel.support.ExpressionAdapter
A
In both cases the attachment name is written to a the camel header "CamelSplitAttachmentId"
Expression which can be used to split a MailMessage per attachment. For example if
a mail message has 5 attachments, then this expression will return a List<Message> that contains 5
Message. The message is split:
| As a byte[] or String | The attachments are split into new messages as the body. This allows the split messages to be easily used by other processors / routes, as many other camel components can work on the byte[] or String, e.g. it can be written to disk using camel-file. |
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.support.ExpressionAdapter
assertionFailureMessage, evaluate, initMethods inherited from class org.apache.camel.support.ExpressionSupport
assertMatches, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Predicate
initPredicate
-
Field Details
-
HEADER_NAME
- See Also:
-
-
Constructor Details
-
SplitAttachmentsExpression
public SplitAttachmentsExpression()
-
-
Method Details
-
evaluate
- Overrides:
evaluatein classorg.apache.camel.support.ExpressionSupport
-