Package org.springframework.jms.support.destination

Support classes for Spring's JMS framework.

See:
          Description

Interface Summary
DestinationResolver Strategy interface for managing JMS destinations.
 

Class Summary
DynamicDestinationResolver Simple implementation of the DestinationResolver interface, resolving destination names as dynamic destinations.
JndiDestinationResolver Implementation of the DestinationResolver interface which interprets destination names as JNDI locations, falling back to dynamic destinations else.
 

Exception Summary
DestinationResolutionException Thrown by DestinationResolver when it cannot resolve a destination name.
 

Package org.springframework.jms.support.destination Description

Support classes for Spring's JMS framework.



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