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

Uses of Class org.springframework.jms.core.JmsTemplate (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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 that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.