Uses of Interface
org.springframework.jms.support.destination.DestinationResolver
Packages that use DestinationResolver Package Description org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.org.springframework.jms.listener This package contains the base message listener container facility.org.springframework.jms.listener.adapter 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.org.springframework.jms.listener.endpoint This package provides JCA-based endpoint management for JMS message listeners.org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider.org.springframework.jms.support.destination 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 DestinationResolver Modifier and Type Method Description voidAbstractJmsListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)voidDefaultJcaListenerContainerFactory. setDestinationResolver(DestinationResolver destinationResolver)Uses of DestinationResolver in org.springframework.jms.listener
Methods in org.springframework.jms.listener that return DestinationResolver Modifier and Type Method Description DestinationResolverMessageListenerContainer. 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 DestinationResolver Modifier and Type Method Description protected DestinationResolverAbstractAdaptableMessageListener. getDestinationResolver()Return the DestinationResolver for this adapter.Methods in org.springframework.jms.listener.adapter with parameters of type DestinationResolver Modifier and Type Method Description DestinationJmsResponse. 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 DestinationResolver Modifier and Type Method Description DestinationResolverJmsMessageEndpointManager. getDestinationResolver()DestinationResolverStandardJmsActivationSpecFactory. getDestinationResolver()Return theDestinationResolverto use for resolving destinations names.Methods in org.springframework.jms.listener.endpoint with parameters of type DestinationResolver Modifier and Type Method Description voidJmsMessageEndpointManager. 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.remoting
Methods in org.springframework.jms.remoting with parameters of type DestinationResolver Modifier and Type Method Description voidJmsInvokerClientInterceptor. setDestinationResolver(DestinationResolver destinationResolver)Set the DestinationResolver that is to be used to resolve Queue references for this accessor.Uses of DestinationResolver in org.springframework.jms.support.destination
Subinterfaces of DestinationResolver in org.springframework.jms.support.destination Modifier and Type Interface Description interfaceCachingDestinationResolverExtension of the DestinationResolver interface, exposing methods for clearing the cache.Classes in org.springframework.jms.support.destination that implement DestinationResolver Modifier and Type Class Description classBeanFactoryDestinationResolverDestinationResolverimplementation based on a SpringBeanFactory.classDynamicDestinationResolverSimpleDestinationResolverimplementation resolving destination names as dynamic destinations.classJndiDestinationResolverDestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).Methods in org.springframework.jms.support.destination that return DestinationResolver Modifier and Type Method Description DestinationResolverJmsDestinationAccessor. getDestinationResolver()Return the DestinationResolver for this accessor (nevernull).Methods in org.springframework.jms.support.destination with parameters of type DestinationResolver Modifier and Type Method Description voidJmsDestinationAccessor. 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.