Uses of Interface
org.springframework.jms.config.JmsListenerEndpoint
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
Uses of JmsListenerEndpoint in org.springframework.jms.config
Modifier and TypeClassDescriptionclass
Base model for a JMS listener endpoint.class
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.Modifier and TypeMethodDescriptionAbstractJmsListenerContainerFactory.createListenerContainer
(JmsListenerEndpoint endpoint) DefaultJcaListenerContainerFactory.createListenerContainer
(JmsListenerEndpoint endpoint) JmsListenerContainerFactory.createListenerContainer
(JmsListenerEndpoint endpoint) Create aMessageListenerContainer
for the givenJmsListenerEndpoint
.protected MessageListenerContainer
JmsListenerEndpointRegistry.createListenerContainer
(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create and start a new container using the specified factory.void
JmsListenerEndpointRegistrar.registerEndpoint
(JmsListenerEndpoint endpoint) Register a newJmsListenerEndpoint
using the defaultJmsListenerContainerFactory
to create the underlying container.void
JmsListenerEndpointRegistrar.registerEndpoint
(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Register a newJmsListenerEndpoint
alongside theJmsListenerContainerFactory
to use to create the underlying container.void
JmsListenerEndpointRegistry.registerListenerContainer
(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory) Create a message listener container for the givenJmsListenerEndpoint
.void
JmsListenerEndpointRegistry.registerListenerContainer
(JmsListenerEndpoint endpoint, JmsListenerContainerFactory<?> factory, boolean startImmediately) Create a message listener container for the givenJmsListenerEndpoint
.