The Spring Framework

Uses of Interface
org.springframework.jms.core.ProducerCallback

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

Uses of ProducerCallback in org.springframework.jms.core
 

Methods in org.springframework.jms.core with parameters of type ProducerCallback
 Object JmsTemplate.execute(ProducerCallback action)
           
 Object JmsOperations.execute(ProducerCallback action)
          Send a message to a JMS destination.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.