Uses of Interface
org.springframework.jms.support.destination.DestinationResolver
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
This package contains the base message listener container facility.
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
This package provides JCA-based endpoint management for JMS message listeners.
Support classes for Spring's JMS framework.
-
Uses of DestinationResolver in org.springframework.jms.config
Modifier and TypeMethodDescriptionvoid
AbstractJmsListenerContainerFactory.setDestinationResolver
(DestinationResolver destinationResolver) void
DefaultJcaListenerContainerFactory.setDestinationResolver
(DestinationResolver destinationResolver) -
Uses of DestinationResolver in org.springframework.jms.listener
Modifier and TypeMethodDescriptionMessageListenerContainer.getDestinationResolver()
Return theDestinationResolver
to use to resolve destinations by names. -
Uses of DestinationResolver in org.springframework.jms.listener.adapter
Modifier and TypeMethodDescriptionprotected DestinationResolver
AbstractAdaptableMessageListener.getDestinationResolver()
Return the DestinationResolver for this adapter.Modifier and TypeMethodDescriptionJmsResponse.resolveDestination
(DestinationResolver destinationResolver, Session session) Resolve theDestination
to use for this instance.void
AbstractAdaptableMessageListener.setDestinationResolver
(DestinationResolver destinationResolver) Set the DestinationResolver that should be used to resolve response destination names for this adapter. -
Uses of DestinationResolver in org.springframework.jms.listener.endpoint
Modifier and TypeMethodDescriptionJmsMessageEndpointManager.getDestinationResolver()
StandardJmsActivationSpecFactory.getDestinationResolver()
Return theDestinationResolver
to use for resolving destinations names.Modifier and TypeMethodDescriptionvoid
JmsMessageEndpointManager.setDestinationResolver
(DestinationResolver destinationResolver) Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.void
StandardJmsActivationSpecFactory.setDestinationResolver
(DestinationResolver destinationResolver) Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property. -
Uses of DestinationResolver in org.springframework.jms.support.destination
Modifier and TypeInterfaceDescriptioninterface
Extension of the DestinationResolver interface, exposing methods for clearing the cache.Modifier and TypeClassDescriptionclass
DestinationResolver
implementation based on a SpringBeanFactory
.class
SimpleDestinationResolver
implementation resolving destination names as dynamic destinations.class
DestinationResolver
implementation which interprets destination names as JNDI locations (with a configurable fallback strategy).Modifier and TypeMethodDescriptionJmsDestinationAccessor.getDestinationResolver()
Return the DestinationResolver for this accessor (nevernull
).Modifier and TypeMethodDescriptionvoid
JmsDestinationAccessor.setDestinationResolver
(DestinationResolver destinationResolver) Set theDestinationResolver
that is to be used to resolveDestination
references for this accessor.void
JndiDestinationResolver.setDynamicDestinationResolver
(DestinationResolver dynamicDestinationResolver) Set theDestinationResolver
to use when falling back to dynamic destinations.