|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface 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).
This parameter annotation passes in a reference to a Map
that can be used to populate
outbound headers that will be set with the outgoing message. For example, when sending an email message,
you may want to set properties such as "from" or "subject" as a sender header.
Map
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |