The Spring Framework

Uses of Class
org.springframework.jms.support.destination.JmsDestinationAccessor

Packages that use JmsDestinationAccessor
org.springframework.jms.core Core package of the JMS support. 
org.springframework.jms.listener This package contains the base message listener container facility. 
org.springframework.jms.listener.serversession This package contains the ServerSessionMessageListenerContainer implementation, based on the standard JMS ServerSessionPool API. 
 

Uses of JmsDestinationAccessor in org.springframework.jms.core
 

Subclasses of JmsDestinationAccessor in org.springframework.jms.core
 class JmsTemplate
          Helper class that simplifies synchronous JMS access code.
 class JmsTemplate102
          A subclass of JmsTemplate for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like JmsTemplate itself.
 

Uses of JmsDestinationAccessor in org.springframework.jms.listener
 

Subclasses of JmsDestinationAccessor in org.springframework.jms.listener
 class AbstractJmsListeningContainer
          Common base class for all containers which need to implement listening based on a JMS Connection (either shared or freshly obtained for each attempt).
 class AbstractMessageListenerContainer
          Abstract base class for message listener containers.
 class AbstractPollingMessageListenerContainer
          Base class for listener container implementations which are based on polling.
 class DefaultMessageListenerContainer
          Message listener container variant that uses plain JMS client API, specifically a loop of MessageConsumer.receive() calls that also allow for transactional reception of messages (registering them with XA transactions).
 class DefaultMessageListenerContainer102
          A subclass of DefaultMessageListenerContainer for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself.
 class SimpleMessageListenerContainer
          Message listener container that uses the plain JMS client API's MessageConsumer.setMessageListener() method to create concurrent MessageConsumers for the specified listeners.
 class SimpleMessageListenerContainer102
          A subclass of SimpleMessageListenerContainer for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself.
 

Uses of JmsDestinationAccessor in org.springframework.jms.listener.serversession
 

Subclasses of JmsDestinationAccessor in org.springframework.jms.listener.serversession
 class ServerSessionMessageListenerContainer
          Message listener container that builds on the ServerSessionPool SPI, creating JMS ServerSession instances through a pluggable ServerSessionFactory.
 class ServerSessionMessageListenerContainer102
          A subclass of ServerSessionMessageListenerContainer for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like ServerSessionMessageListenerContainer itself.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.