Christoph Läubrich created CAMEL-8069:
-----------------------------------------
Summary: Provide xml component to add attachments
Key: CAMEL-8069
URL: https://issues.apache.org/jira/browse/CAMEL-8069
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Christoph Läubrich
Currently you can only add attachments from java or scripting code.
It would be nice to have something like addAttachment (like addHeader) for the
XML, so you can define (and add) attachments by:
- supply name + file by header values (->FileDataSource)
- supply URL by header values (->URLDataSource)
- use the body of the input message (Inputstream, byte[])
This would allow for easier and uniform handling of attachments e.g. in the
mail component.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)