See: Description
| Interface | Description | 
|---|---|
| ValueConstants | Common annotation value constants. | 
| Annotation Type | Description | 
|---|---|
| DestinationVariable | Annotation that indicates a method parameter should be bound to a template variable
 in a destination template string. | 
| 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 thrown from message-handling methods within a
 specific handler class. | 
| MessageMapping | Annotation for mapping a  Messageonto message-handling methods by matching
 to the message destination. | 
| 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  Messageif necessary and sent to the specified destination. |