Uses of Class
org.springframework.jms.core.JmsTemplate
Packages that use JmsTemplate
Package
Description
Core package of the JMS support.
Classes supporting the
org.springframework.jms.core package.-
Uses of JmsTemplate in org.springframework.jms.core
Methods in org.springframework.jms.core that return JmsTemplateModifier and TypeMethodDescriptionJmsMessagingTemplate.getJmsTemplate()Return the configuredJmsTemplate.Methods in org.springframework.jms.core with parameters of type JmsTemplateModifier and TypeMethodDescriptionvoidJmsMessagingTemplate.setJmsTemplate(JmsTemplate jmsTemplate) Set theJmsTemplateto use.Constructors in org.springframework.jms.core with parameters of type JmsTemplateModifierConstructorDescriptionJmsMessagingTemplate(JmsTemplate jmsTemplate) Create aJmsMessagingTemplateinstance with theJmsTemplateto use. -
Uses of JmsTemplate in org.springframework.jms.core.support
Methods in org.springframework.jms.core.support that return JmsTemplateModifier and TypeMethodDescriptionprotected JmsTemplateJmsGatewaySupport.createJmsTemplate(ConnectionFactory connectionFactory) Create a JmsTemplate for the given ConnectionFactory.final JmsTemplateJmsGatewaySupport.getJmsTemplate()Return the JmsTemplate for the gateway.Methods in org.springframework.jms.core.support with parameters of type JmsTemplateModifier and TypeMethodDescriptionfinal voidJmsGatewaySupport.setJmsTemplate(JmsTemplate jmsTemplate) Set the JmsTemplate for the gateway.