Package | Description |
---|---|
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.messaging.handler.annotation.support |
Support classes for working with annotated message-handling methods.
|
Class and Description |
---|
MessageHandlerMethodFactory
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |
Class and Description |
---|
MessageHandlerMethodFactory
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |
Class and Description |
---|
AbstractNamedValueMethodArgumentResolver
Abstract base class to resolve method arguments from a named value, e.g.
|
AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents a named value declaration.
|
MessageHandlerMethodFactory
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |
PayloadMethodArgumentResolver
A resolver to extract and convert the payload of a message using a
MessageConverter . |