Uses of Interface
org.apache.camel.component.jms.JmsKeyFormatStrategy
-
Packages that use JmsKeyFormatStrategy Package Description 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 Modifier and Type Class Description classDefaultJmsKeyFormatStrategyDefault strategy that handles dots and hyphens.classPassThroughJmsKeyFormatStrategyA strategy that does not do any encoding or decoding, eg.Methods in org.apache.camel.component.jms that return JmsKeyFormatStrategy Modifier and Type Method Description JmsKeyFormatStrategyJmsComponent. getJmsKeyFormatStrategy()JmsKeyFormatStrategyJmsConfiguration. getJmsKeyFormatStrategy()JmsKeyFormatStrategyJmsEndpoint. getJmsKeyFormatStrategy()Methods in org.apache.camel.component.jms with parameters of type JmsKeyFormatStrategy Modifier and Type Method Description voidJmsComponent. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)voidJmsConfiguration. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.voidJmsEndpoint. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsHeaderStrategy)
-