Uses of Interface
org.springframework.jms.config.JmsListenerEndpoint
Packages that use JmsListenerEndpoint
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Uses of JmsListenerEndpoint in org.springframework.jms.config
Classes in org.springframework.jms.config that implement JmsListenerEndpointModifier and TypeClassDescriptionclassBase model for a JMS listener endpoint.classAJmsListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.classAJmsListenerEndpointsimply providing theMessageListenerto invoke to process an incoming message for this endpoint.Methods in org.springframework.jms.config with parameters of type JmsListenerEndpointModifier and TypeMethodDescriptionAbstractJmsListenerContainerFactory.createListenerContainer(JmsListenerEndpoint endpoint) DefaultJcaListenerContainerFactory.createListenerContainer(JmsListenerEndpoint endpoint) JmsListenerContainerFactory.createListenerContainer(JmsListenerEndpoint endpoint) Create aMessageListenerContainerfor the givenJmsListenerEndpoint.protected MessageListenerContainerJmsListenerEndpointRegistry.createListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create and start a new container using the specified factory.voidJmsListenerEndpointRegistrar.registerEndpoint(JmsListenerEndpoint endpoint) Register a newJmsListenerEndpointusing the defaultJmsListenerContainerFactoryto create the underlying container.voidJmsListenerEndpointRegistrar.registerEndpoint(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Register a newJmsListenerEndpointalongside theJmsListenerContainerFactoryto use to create the underlying container.voidJmsListenerEndpointRegistry.registerListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create a message listener container for the givenJmsListenerEndpoint.voidJmsListenerEndpointRegistry.registerListenerContainer(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory, boolean startImmediately) Create a message listener container for the givenJmsListenerEndpoint.