Uses of Class
org.apache.camel.component.sjms.SjmsTemplate
Packages that use SjmsTemplate
-
Uses of SjmsTemplate in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return SjmsTemplateModifier and TypeMethodDescriptionSjmsEndpoint.createInOnlyTemplate()Factory method for creating a new template for InOnly message exchangesSjmsEndpoint.createInOutTemplate()Factory method for creating a new template for InOut message exchangesSjmsProducer.getInOnlyTemplate()SjmsProducer.getInOutTemplate()Methods in org.apache.camel.component.sjms with parameters of type SjmsTemplateModifier and TypeMethodDescriptionvoidSjmsProducer.setInOnlyTemplate(SjmsTemplate inOnlyTemplate) voidSjmsProducer.setInOutTemplate(SjmsTemplate inOutTemplate) Constructors in org.apache.camel.component.sjms with parameters of type SjmsTemplate -
Uses of SjmsTemplate in org.apache.camel.component.sjms.consumer
Methods in org.apache.camel.component.sjms.consumer that return SjmsTemplateMethods in org.apache.camel.component.sjms.consumer with parameters of type SjmsTemplateModifier and TypeMethodDescriptionvoidEndpointMessageListener.setTemplate(SjmsTemplate template)