Uses of Interface
org.springframework.jms.listener.SubscriptionNameProvider

Packages that use SubscriptionNameProvider
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. 
 

Uses of SubscriptionNameProvider in org.springframework.jms.listener.adapter
 

Classes in org.springframework.jms.listener.adapter that implement SubscriptionNameProvider
 class MessageListenerAdapter
          Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
 class MessageListenerAdapter102
          A MessageListenerAdapter subclass for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like MessageListenerAdapter itself.
 



Copyright © 2002-2008 The Spring Framework.