| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageCreator | |
|---|---|
| org.springframework.jms.core | Core package of the JMS support. | 
| Uses of MessageCreator in org.springframework.jms.core | 
|---|
| Methods in org.springframework.jms.core with parameters of type MessageCreator | |
|---|---|
| protected  void | JmsTemplate.doSend(Session session,
       Destination destination,
       MessageCreator messageCreator)Send the given JMS message. | 
|  void | JmsTemplate.send(Destination destination,
     MessageCreator messageCreator) | 
|  void | JmsOperations.send(Destination destination,
     MessageCreator messageCreator)Send a message to the specified destination. | 
|  void | JmsTemplate.send(MessageCreator messageCreator) | 
|  void | JmsOperations.send(MessageCreator messageCreator)Send a message to the default destination. | 
|  void | JmsTemplate.send(String destinationName,
     MessageCreator messageCreator) | 
|  void | JmsOperations.send(String destinationName,
     MessageCreator messageCreator)Send a message to the specified destination. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||