| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttachment |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
DefaultAttachmentMessage.getAttachmentObject(String id) |
Attachment |
AttachmentMessage.getAttachmentObject(String id)
Returns the attachment specified by the id
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attachment> |
DefaultAttachmentMessage.getAttachmentObjects() |
Map<String,Attachment> |
AttachmentMessage.getAttachmentObjects()
Returns all attachments of the message
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAttachmentMessage.addAttachmentObject(String id,
Attachment content) |
void |
AttachmentMessage.addAttachmentObject(String id,
Attachment content)
Adds an attachment to the message using the id
|
static DataHandler |
AttachmentConverter.toDataHandler(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAttachmentMessage.setAttachmentObjects(Map<String,Attachment> attachments) |
void |
AttachmentMessage.setAttachmentObjects(Map<String,Attachment> attachments)
Set all the attachments associated with this message
|
Apache Camel