|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |