Uses of Class
org.springframework.jms.config.AbstractJmsListenerEndpoint
Packages that use AbstractJmsListenerEndpoint
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Uses of AbstractJmsListenerEndpoint in org.springframework.jms.config
Subclasses of AbstractJmsListenerEndpoint in org.springframework.jms.configModifier and TypeClassDescriptionclass
AJmsListenerEndpoint
providing the method to invoke to process an incoming message for this endpoint.class
AJmsListenerEndpoint
simply providing theMessageListener
to invoke to process an incoming message for this endpoint.