Class SimpleJmsListenerEndpoint

java.lang.Object
org.springframework.jms.config.AbstractJmsListenerEndpoint
org.springframework.jms.config.SimpleJmsListenerEndpoint
All Implemented Interfaces:
JmsListenerEndpoint

public class SimpleJmsListenerEndpoint extends AbstractJmsListenerEndpoint
A JmsListenerEndpoint simply providing the MessageListener to invoke to process an incoming message for this endpoint.
Since:
4.1
Author:
Stephane Nicoll