See: Description
Interface | Description |
---|---|
ValueConstants |
Common annotation value constants.
|
Annotation Type | Description |
---|---|
Header |
Annotation which indicates that a method parameter should be bound to a message header.
|
Headers |
Annotation which indicates that a method parameter should be bound to the headers of a
message.
|
MessageExceptionHandler |
Annotation for handling exceptions from message-handling methods within specific
handler methods.
|
MessageMapping |
Annotation for mapping a
Message onto message handling methods by matching to
the message destination. |
PathVariable |
Annotation that indicates a method parameter should be bound to a path template
variable.
|
Payload |
Annotation that binds a method parameter to the payload of a message.
|
SendTo |
Annotation that indicates a method's return value should be converted to
a
Message and sent to the specified destination. |