Uses of Interface
org.apache.camel.component.jms.JmsKeyFormatStrategy

Packages that use JmsKeyFormatStrategy
org.apache.camel.component.jms Defines the JMS Component 
 

Uses of JmsKeyFormatStrategy in org.apache.camel.component.jms
 

Classes in org.apache.camel.component.jms that implement JmsKeyFormatStrategy
 class DefaultJmsKeyFormatStrategy
          Default strategy that handles dots and hyphens.
 class PassThroughJmsKeyFormatStrategy
          A strategy that does not do any encoding or decoding, eg.
 

Methods in org.apache.camel.component.jms that return JmsKeyFormatStrategy
 JmsKeyFormatStrategy JmsEndpoint.getJmsKeyFormatStrategy()
           
 JmsKeyFormatStrategy JmsConfiguration.getJmsKeyFormatStrategy()
           
 

Methods in org.apache.camel.component.jms with parameters of type JmsKeyFormatStrategy
 void JmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsHeaderStrategy)
           
 void JmsComponent.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
           
 void JmsConfiguration.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
           
 



Apache CAMEL