| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Message.getAttachmentObject(String id)
Returns the attachment specified by the id
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attachment> |
Message.getAttachmentObjects()
Returns all attachments of the message
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addAttachmentObject(String id,
Attachment content)
Adds an attachment to the message using the id
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setAttachmentObjects(Map<String,Attachment> attachments)
Set all the attachments associated with this message
|
Apache Camel