站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.jms.support.destination.DestinationResolver (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

Packages that use DestinationResolver
org.springframework.jms.support.destination Support classes for Spring's JMS framework. 
 

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
          DestinationResolver implementation which interprets destination names as JNDI locations (with a configurable fallback strategy).
 

Methods in org.springframework.jms.support.destination that return DestinationResolver
 DestinationResolver JmsDestinationAccessor.getDestinationResolver()
          Return the DestinationResolver for this accessor.
 

Methods in org.springframework.jms.support.destination with parameters of type DestinationResolver
 void JmsDestinationAccessor.setDestinationResolver(DestinationResolver destinationResolver)
          Set the DestinationResolver that is to be used to resolve Destination references for this accessor.
 void JndiDestinationResolver.setDynamicDestinationResolver(DestinationResolver dynamicDestinationResolver)
          Set the DestinationResolver to use when falling back to dynamic destinations.
 



Copyright (c) 2002-2007 The Spring Framework Project.