Uses of Class
org.apache.camel.component.jms.JmsBinding
-
Packages that use JmsBinding Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of JmsBinding in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return JmsBinding Modifier and Type Method Description protected JmsBindingJmsEndpoint. createBinding()Creates theJmsBindingto use.JmsBindingEndpointMessageListener. getBinding()JmsBindingJmsEndpoint. getBinding()JmsBindingJmsMessage. getBinding()Methods in org.apache.camel.component.jms with parameters of type JmsBinding Modifier and Type Method Description voidJmsMessage. init(org.apache.camel.Exchange exchange, javax.jms.Message jmsMessage, javax.jms.Session jmsSession, JmsBinding binding)voidEndpointMessageListener. setBinding(JmsBinding binding)Sets the binding used to convert from a Camel message to and from a JMS messagevoidJmsEndpoint. setBinding(JmsBinding binding)Sets the binding used to convert from a Camel message to and from a JMS messagevoidJmsMessage. setBinding(JmsBinding binding)Constructors in org.apache.camel.component.jms with parameters of type JmsBinding Constructor Description JmsEndpoint(String endpointUri, JmsBinding binding, JmsConfiguration configuration, String destinationName, boolean pubSubDomain)JmsMessage(org.apache.camel.Exchange exchange, javax.jms.Message jmsMessage, javax.jms.Session jmsSession, JmsBinding binding)
-