Uses of Interface
org.apache.camel.attachment.Attachment
-
Uses of Attachment in org.apache.camel.attachment
Classes in org.apache.camel.attachment that implement AttachmentMethods in org.apache.camel.attachment that return AttachmentModifier and TypeMethodDescriptionAttachmentMessage.getAttachmentObject(String id) Returns the attachment specified by the idDefaultAttachmentMessage.getAttachmentObject(String id) Methods in org.apache.camel.attachment that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentMessage.getAttachmentObjects()Returns all attachments of the messageDefaultAttachmentMessage.getAttachmentObjects()Methods in org.apache.camel.attachment with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentMessage.addAttachmentObject(String id, Attachment content) Adds an attachment to the message using the idvoidDefaultAttachmentMessage.addAttachmentObject(String id, Attachment content) static jakarta.activation.DataHandlerAttachmentConverter.toDataHandler(Attachment attachment) Method parameters in org.apache.camel.attachment with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentMessage.setAttachmentObjects(Map<String, Attachment> attachments) Set all the attachments associated with this messagevoidDefaultAttachmentMessage.setAttachmentObjects(Map<String, Attachment> attachments)