Uses of Class
org.apache.camel.component.jms.JmsBinding

Packages that use JmsBinding
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
 JmsBinding JmsMessage.getBinding()
           
 JmsBinding JmsEndpoint.getBinding()
           
 JmsBinding EndpointMessageListener.getBinding()
           
 

Methods in org.apache.camel.component.jms with parameters of type JmsBinding
 void JmsMessage.setBinding(JmsBinding binding)
           
 void JmsEndpoint.setBinding(JmsBinding binding)
          Sets the binding used to convert from a Camel message to and from a JMS message
 void EndpointMessageListener.setBinding(JmsBinding binding)
          Sets the binding used to convert from a Camel message to and from a JMS message
 

Constructors in org.apache.camel.component.jms with parameters of type JmsBinding
JmsEndpoint(String endpointUri, JmsBinding binding, JmsConfiguration configuration, String destinationName, boolean pubSubDomain)
           
JmsMessage(javax.jms.Message jmsMessage, JmsBinding binding)
           
 



Apache CAMEL