Uses of Interface
org.springframework.jms.support.destination.DestinationResolver
Packages that use 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
Methods in org.springframework.jms.config with parameters of type DestinationResolverModifier and TypeMethodDescriptionvoidAbstractJmsListenerContainerFactory.setDestinationResolver(DestinationResolver destinationResolver) voidDefaultJcaListenerContainerFactory.setDestinationResolver(DestinationResolver destinationResolver) -
Uses of DestinationResolver in org.springframework.jms.listener
Methods in org.springframework.jms.listener that return DestinationResolverModifier and TypeMethodDescriptionMessageListenerContainer.getDestinationResolver()Return theDestinationResolverto use to resolve destinations by names. -
Uses of DestinationResolver in org.springframework.jms.listener.adapter
Methods in org.springframework.jms.listener.adapter that return DestinationResolverModifier and TypeMethodDescriptionprotected DestinationResolverAbstractAdaptableMessageListener.getDestinationResolver()Return the DestinationResolver for this adapter.Methods in org.springframework.jms.listener.adapter with parameters of type DestinationResolverModifier and TypeMethodDescriptionJmsResponse.resolveDestination(DestinationResolver destinationResolver, Session session) Resolve theDestinationto use for this instance.voidAbstractAdaptableMessageListener.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
Methods in org.springframework.jms.listener.endpoint that return DestinationResolverModifier and TypeMethodDescriptionJmsMessageEndpointManager.getDestinationResolver()StandardJmsActivationSpecFactory.getDestinationResolver()Return theDestinationResolverto use for resolving destinations names.Methods in org.springframework.jms.listener.endpoint with parameters of type DestinationResolverModifier and TypeMethodDescriptionvoidJmsMessageEndpointManager.setDestinationResolver(DestinationResolver destinationResolver) Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.voidStandardJmsActivationSpecFactory.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
Subinterfaces of DestinationResolver in org.springframework.jms.support.destinationModifier and TypeInterfaceDescriptioninterfaceExtension of the DestinationResolver interface, exposing methods for clearing the cache.Classes in org.springframework.jms.support.destination that implement DestinationResolverModifier and TypeClassDescriptionclassDestinationResolverimplementation based on a SpringBeanFactory.classSimpleDestinationResolverimplementation resolving destination names as dynamic destinations.classDestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).Methods in org.springframework.jms.support.destination that return DestinationResolverModifier and TypeMethodDescriptionJmsDestinationAccessor.getDestinationResolver()Return the DestinationResolver for this accessor (nevernull).Methods in org.springframework.jms.support.destination with parameters of type DestinationResolverModifier and TypeMethodDescriptionvoidJmsDestinationAccessor.setDestinationResolver(DestinationResolver destinationResolver) Set theDestinationResolverthat is to be used to resolveDestinationreferences for this accessor.voidJndiDestinationResolver.setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver) Set theDestinationResolverto use when falling back to dynamic destinations.