Message instances to method signatures.See: Description
| Class | Description |
|---|---|
| AbstractJmsArgumentBinder<A extends java.lang.annotation.Annotation> |
Base class for annotated argument binders.
|
| DefaultBodyArgumentBinder |
Binds a
Message to a method argument annotated with Body. |
| DefaultHeaderArgumentBinder |
Binds headers from a
Message to a method argument annotated with
Header. |
| DefaultMessageArgumentBinder |
Binds a
Message to a method argument annotated with Message. |
| JMSArgumentBinderRegistry |
An
ArgumentBinderRegistry for all implementations of
ArgumentBinder capable of binding a Message. |
| MessageBodyHeaderArgumentBinder |
Binds the
MessageBody annotation. |
| MessageHeaderArgumentBinder |
Binds the
MessageHeader annotation. |
Message instances to method signatures.