Uses of Interface
org.apache.camel.attachment.Attachment
-
-
Uses of Attachment in org.apache.camel.attachment
Classes in org.apache.camel.attachment that implement Attachment Modifier and Type Class Description classDefaultAttachmentMethods in org.apache.camel.attachment that return Attachment Modifier and Type Method Description AttachmentAttachmentMessage. getAttachmentObject(String id)Returns the attachment specified by the idAttachmentDefaultAttachmentMessage. getAttachmentObject(String id)Methods in org.apache.camel.attachment that return types with arguments of type Attachment Modifier and Type Method Description Map<String,Attachment>AttachmentMessage. getAttachmentObjects()Returns all attachments of the messageMap<String,Attachment>DefaultAttachmentMessage. getAttachmentObjects()Methods in org.apache.camel.attachment with parameters of type Attachment Modifier and Type Method Description voidAttachmentMessage. addAttachmentObject(String id, Attachment content)Adds an attachment to the message using the idvoidDefaultAttachmentMessage. addAttachmentObject(String id, Attachment content)static DataHandlerAttachmentConverter. toDataHandler(Attachment attachment)Method parameters in org.apache.camel.attachment with type arguments of type Attachment Modifier and Type Method Description voidAttachmentMessage. setAttachmentObjects(Map<String,Attachment> attachments)Set all the attachments associated with this messagevoidDefaultAttachmentMessage. setAttachmentObjects(Map<String,Attachment> attachments)
-