Annotation Types Summary |
InboundAttachments |
Used on component and transformer methods that have a Transformer annotation. |
InboundHeaders |
Used on component methods, this annotation marks the method parameter that will be used to pass in one or more of the headers received. |
OutboundAttachments |
Used on component methods, this parameter annotation passes in a reference to a Map that can be used to populate
outbound attachments that will be set with the outgoing message. |
OutboundHeaders |
Used on Components that have an outbound endpoint configured or a response being sent back, and enables users
to set outbound/response headers via Map without needing to use the Mule API (other than using the annotation)
on the method argument). |
Payload |
Used on components, this annotation marks the method parameter that will be used to pass in the message payload. |