Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addAttachment(String, DataHandler) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Adds an attachment to the message using the id
- addAttachment(String, DataHandler) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- addAttachmentObject(String, Attachment) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Adds an attachment to the message using the id
- addAttachmentObject(String, Attachment) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- addHeader(String, String) - Method in interface org.apache.camel.attachment.Attachment
-
Add this value to the existing values for this header.
- addHeader(String, String) - Method in class org.apache.camel.attachment.DefaultAttachment
- Attachment - Interface in org.apache.camel.attachment
-
Represents an attachment as part of a
Message. - attachmentContent(String, String) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachmentContent(Exchange, String) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- attachmentContentAs(Exchange, String, Class<T>) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- attachmentContentAsText(Exchange, String) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- attachmentContentHeader(String, String, String) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachmentContentType(String) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachmentContentType(Exchange, String) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- AttachmentConverter - Class in org.apache.camel.attachment
- AttachmentConverterLoader - Class in org.apache.camel.attachment
-
Generated by camel build tools - do NOT edit this file!
- AttachmentConverterLoader() - Constructor for class org.apache.camel.attachment.AttachmentConverterLoader
- attachmentExpression(String) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
-
Returns an expression for the attachment value of exchange with the given name
- attachmentExpression(Expression, boolean) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
-
Returns an expression for the attachment value of exchange with the given name
- AttachmentExpressionBuilder - Class in org.apache.camel.attachment
- AttachmentExpressionBuilder() - Constructor for class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachmentHeader(Exchange, String, String) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- attachmentHeaderAs(Exchange, String, String, Class<T>) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- AttachmentMessage - Interface in org.apache.camel.attachment
-
Extended
Messagefor Java Attachment Support (with jakarta.activation). - attachmentOgnlExpression(String) - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
-
Returns an expression for the attachment value of exchange with the given name invoking methods defined in a simple OGNL notation
- attachments() - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachments(Exchange) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
- attachmentsSize() - Static method in class org.apache.camel.attachment.AttachmentExpressionBuilder
- attachmentsSize(Exchange) - Static method in class org.apache.camel.attachment.CSimpleAttachmentHelper
C
- CamelFileDataSource - Class in org.apache.camel.attachment
-
A
FileDataSourcethat uses the file name/extension to determine the content-type. - CamelFileDataSource(File) - Constructor for class org.apache.camel.attachment.CamelFileDataSource
- CamelFileDataSource(File, String) - Constructor for class org.apache.camel.attachment.CamelFileDataSource
- clearAttachments() - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Clears all the attachments.
- clearAttachments() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- clearHeaders() - Method in class org.apache.camel.attachment.DefaultAttachment
- copy() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- copyFrom(Message) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- copyFromWithNewBody(Message, Object) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- createCode(CamelContext, String, int) - Method in class org.apache.camel.attachment.SimpleAttachmentFunction
- createFunction(CamelContext, String, int) - Method in class org.apache.camel.attachment.SimpleAttachmentFunction
- CSimpleAttachmentHelper - Class in org.apache.camel.attachment
- CSimpleAttachmentHelper() - Constructor for class org.apache.camel.attachment.CSimpleAttachmentHelper
D
- DefaultAttachment - Class in org.apache.camel.attachment
- DefaultAttachment(DataHandler) - Constructor for class org.apache.camel.attachment.DefaultAttachment
- DefaultAttachment(DataSource) - Constructor for class org.apache.camel.attachment.DefaultAttachment
- DefaultAttachmentMessage - Class in org.apache.camel.attachment
- DefaultAttachmentMessage(Message) - Constructor for class org.apache.camel.attachment.DefaultAttachmentMessage
E
- equals(Object) - Method in class org.apache.camel.attachment.DefaultAttachment
G
- getAttachment(String) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns the attachment specified by the id
- getAttachment(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getAttachmentName() - Method in exception class org.apache.camel.attachment.NoSuchAttachmentException
- getAttachmentNames() - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns a set of attachment names of the message
- getAttachmentNames() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getAttachmentObject(String) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns the attachment specified by the id
- getAttachmentObject(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getAttachmentObjects() - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns all attachments of the message
- getAttachmentObjects() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getAttachments() - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns all attachments of the message.
- getAttachments() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getBody() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getBody(Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getCamelContext() - Method in class org.apache.camel.attachment.AttachmentConverterLoader
- getContentType() - Method in class org.apache.camel.attachment.CamelFileDataSource
- getDataHandler() - Method in interface org.apache.camel.attachment.Attachment
-
Return a DataHandler for the content within this attachment.
- getDataHandler() - Method in class org.apache.camel.attachment.DefaultAttachment
- getExchange() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String) - Method in interface org.apache.camel.attachment.Attachment
-
Get all the headers for this header name.
- getHeader(String) - Method in class org.apache.camel.attachment.DefaultAttachment
- getHeader(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String, Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String, Object) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String, Object, Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String, Supplier<Object>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeader(String, Supplier<Object>, Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getHeaderAsList(String) - Method in interface org.apache.camel.attachment.Attachment
-
Get all the headers for this header name.
- getHeaderAsList(String) - Method in class org.apache.camel.attachment.DefaultAttachment
- getHeaderNames() - Method in interface org.apache.camel.attachment.Attachment
-
Get all header names for this attachment.
- getHeaderNames() - Method in class org.apache.camel.attachment.DefaultAttachment
- getHeaders() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getMandatoryBody() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getMandatoryBody(Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getMessageId() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getMessageTimestamp() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getName() - Method in class org.apache.camel.attachment.CamelFileDataSource
- getPayloadForTrait(MessageTrait) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- getType() - Method in exception class org.apache.camel.attachment.NoSuchAttachmentException
H
- hasAttachments() - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Returns whether this message has attachments.
- hasAttachments() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- hashCode() - Method in class org.apache.camel.attachment.DefaultAttachment
- hasHeaders() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- hasMessageId() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- hasTrait(MessageTrait) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
L
- load(TypeConverterRegistry) - Method in class org.apache.camel.attachment.AttachmentConverterLoader
N
- newInstance() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- NoSuchAttachmentException - Exception Class in org.apache.camel.attachment
-
An exception caused when a mandatory attachment is not available on a message
Exchange - NoSuchAttachmentException(Exchange, String) - Constructor for exception class org.apache.camel.attachment.NoSuchAttachmentException
- NoSuchAttachmentException(Exchange, String, Class<?>) - Constructor for exception class org.apache.camel.attachment.NoSuchAttachmentException
O
- org.apache.camel.attachment - package org.apache.camel.attachment
R
- reason(Exchange, String) - Static method in exception class org.apache.camel.attachment.NoSuchAttachmentException
- removeAttachment(String) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Removes the attachment specified by the id
- removeAttachment(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- removeHeader(String) - Method in interface org.apache.camel.attachment.Attachment
-
Remove all headers with this name.
- removeHeader(String) - Method in class org.apache.camel.attachment.DefaultAttachment
- removeHeader(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- removeHeaders(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- removeHeaders(String, String...) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- removeTrait(MessageTrait) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- reset() - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
S
- setAttachmentObjects(Map<String, Attachment>) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Set all the attachments associated with this message
- setAttachmentObjects(Map<String, Attachment>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setAttachments(Map<String, DataHandler>) - Method in interface org.apache.camel.attachment.AttachmentMessage
-
Set all the attachments associated with this message
- setAttachments(Map<String, DataHandler>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setBody(Object) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setBody(Object, Class<T>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setCamelContext(CamelContext) - Method in class org.apache.camel.attachment.AttachmentConverterLoader
- setFileTypeMap(FileTypeMap) - Method in class org.apache.camel.attachment.CamelFileDataSource
- setHeader(String, Object) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setHeader(String, String) - Method in interface org.apache.camel.attachment.Attachment
-
Set the value for this header.
- setHeader(String, String) - Method in class org.apache.camel.attachment.DefaultAttachment
- setHeaders(Map<String, Object>) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setMessageId(String) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- setPayloadForTrait(MessageTrait, Object) - Method in class org.apache.camel.attachment.DefaultAttachmentMessage
- SimpleAttachmentFunction - Class in org.apache.camel.attachment
- SimpleAttachmentFunction() - Constructor for class org.apache.camel.attachment.SimpleAttachmentFunction
T
- toAttachmentMessage(Message) - Static method in class org.apache.camel.attachment.AttachmentConverter
- toDataHandler(Attachment) - Static method in class org.apache.camel.attachment.AttachmentConverter
All Classes and Interfaces|All Packages|Serialized Form