Package org.springframework.jms.core

Core package of the JMS support.

See
          Description

Class Diagram Summary
core 
 

Interface Summary
JmsOperationsInterface that specifies a basic set of JMS operations.
MessageCreatorThe callback interface used by JmsTemplate.
MessagePostProcessorTo be used with JmsTemplate's send method that convert an object to a message.
ProducerCallbackCallback interface for JMS code.
SessionCallbackCallback interface for JMS code.
 

Class Summary
JmsTemplateHelper class that simplifies JMS access code.
JmsTemplate102A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTemplate itself.
 

Package org.springframework.jms.core Description

Core package of the JMS support. Provides a JmsTemplate class and various callback interfaces.