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 JmsBinding
JmsEndpoint. createBinding()
Creates theJmsBinding
to use.JmsBinding
EndpointMessageListener. getBinding()
JmsBinding
JmsEndpoint. getBinding()
JmsBinding
JmsMessage. getBinding()
Methods in org.apache.camel.component.jms with parameters of type JmsBinding Modifier and Type Method Description void
EndpointMessageListener. setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS messagevoid
JmsEndpoint. setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS messagevoid
JmsMessage. 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)
-