Uses of Class
org.springframework.jms.core.JmsTemplate

Packages that use JmsTemplate
org.springframework.jms.core Core package of the JMS support. 
org.springframework.jms.core.support Classes supporting the org.springframework.jms.core package. 
 

Uses of JmsTemplate in org.springframework.jms.core
 

Subclasses of JmsTemplate in org.springframework.jms.core
 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 JmsTemplate in org.springframework.jms.core.support
 

Methods in org.springframework.jms.core.support that return JmsTemplate
protected  JmsTemplate JmsGatewaySupport.createJmsTemplate(ConnectionFactory connectionFactory)
          Create a JmsTemplate for the given ConnectionFactory.
 JmsTemplate JmsGatewaySupport.getJmsTemplate()
          Return the JmsTemplate for the gateway.
 

Methods in org.springframework.jms.core.support with parameters of type JmsTemplate
 void JmsGatewaySupport.setJmsTemplate(JmsTemplate jmsTemplate)
          Set the JmsTemplate for the gateway.
 



Copyright © 2002-2008 The Spring Framework.