Package | Description |
---|---|
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JmsListenerAnnotationBeanPostProcessor.processJmsListener(JmsListener jmsListener,
Method mostSpecificMethod,
Object bean)
Process the given
JmsListener annotation on the given method,
registering a corresponding endpoint for the given bean instance. |