Uses of Interface
org.springframework.jms.support.destination.DestinationResolver

Packages that use DestinationResolver
org.springframework.jms.core Core package of the JMS support.  
org.springframework.jms.support.destination Support classes for Spring's JMS framework. 
 

Uses of DestinationResolver in org.springframework.jms.core
 

Methods in org.springframework.jms.core that return DestinationResolver
 DestinationResolver JmsTemplate.getDestinationResolver()
          Get the destination resolver for this template.
 

Methods in org.springframework.jms.core with parameters of type DestinationResolver
 void JmsTemplate.setDestinationResolver(DestinationResolver destinationResolver)
          Set the destination resolver for this template.
 

Uses of DestinationResolver in org.springframework.jms.support.destination
 

Classes in org.springframework.jms.support.destination that implement DestinationResolver
 class DynamicDestinationResolver
          Simple implementation of the DestinationResolver interface, resolving destination names as dynamic destinations.
 class JndiDestinationResolver
          Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else.
 

Methods in org.springframework.jms.support.destination with parameters of type DestinationResolver
 void JndiDestinationResolver.setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)
          Set the DestinationResolver to use when falling back to dynamic destinations.
 



Copyright (C) 2003-2004 The Spring Framework Project.