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

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

The Spring Framework

Uses of Package
org.springframework.jms.core

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

Classes in org.springframework.jms.core used by org.springframework.jms.core
JmsOperations
          Specifies a basic set of JMS operations.
JmsTemplate
          Helper class that simplifies synchronous JMS access code.
MessageCreator
          Creates a JMS message given a Session.
MessagePostProcessor
          To be used with JmsTemplate's send method that convert an object to a message.
ProducerCallback
          Callback for sending a message to a JMS destination.
SessionCallback
          Callback for executing any number of operations on a provided Session.
 

Classes in org.springframework.jms.core used by org.springframework.jms.core.support
JmsTemplate
          Helper class that simplifies synchronous JMS access code.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.