Class MethodJmsListenerEndpoint

java.lang.Object
org.springframework.jms.config.AbstractJmsListenerEndpoint
org.springframework.jms.config.MethodJmsListenerEndpoint
All Implemented Interfaces:
Aware, BeanFactoryAware, JmsListenerEndpoint

public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint implements BeanFactoryAware
A JmsListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
Since:
4.1
Author:
Stephane Nicoll, Juergen Hoeller