Uses of Class
org.apache.camel.component.sjms.jms.JmsBinding
-
Packages that use JmsBinding Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.batch -
-
Uses of JmsBinding in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return JmsBinding Modifier and Type Method Description protected JmsBinding
SjmsEndpoint. createBinding()
Creates theJmsBinding
to use.JmsBinding
SjmsEndpoint. getBinding()
JmsBinding
SjmsMessage. getBinding()
Methods in org.apache.camel.component.sjms with parameters of type JmsBinding Modifier and Type Method Description void
SjmsEndpoint. setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS messagevoid
SjmsMessage. setBinding(JmsBinding binding)
Constructors in org.apache.camel.component.sjms with parameters of type JmsBinding Constructor Description SjmsMessage(org.apache.camel.Exchange exchange, javax.jms.Message jmsMessage, javax.jms.Session jmsSession, JmsBinding binding)
-
Uses of JmsBinding in org.apache.camel.component.sjms.batch
Methods in org.apache.camel.component.sjms.batch that return JmsBinding Modifier and Type Method Description protected JmsBinding
SjmsBatchEndpoint. createBinding()
Creates theJmsBinding
to use.JmsBinding
SjmsBatchEndpoint. getBinding()
Methods in org.apache.camel.component.sjms.batch with parameters of type JmsBinding Modifier and Type Method Description void
SjmsBatchEndpoint. setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS message
-