Uses of Interface
org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy
-
Packages that use JmsKeyFormatStrategy Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.jms -
-
Uses of JmsKeyFormatStrategy in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return JmsKeyFormatStrategy Modifier and Type Method Description JmsKeyFormatStrategySjmsComponent. getJmsKeyFormatStrategy()JmsKeyFormatStrategySjmsEndpoint. getJmsKeyFormatStrategy()Methods in org.apache.camel.component.sjms with parameters of type JmsKeyFormatStrategy Modifier and Type Method Description voidSjmsComponent. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)voidSjmsEndpoint. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) -
Uses of JmsKeyFormatStrategy in org.apache.camel.component.sjms.jms
Classes in org.apache.camel.component.sjms.jms that implement JmsKeyFormatStrategy Modifier and Type Class Description classDefaultJmsKeyFormatStrategyDefault strategy that handles dots and hyphens.Constructors in org.apache.camel.component.sjms.jms with parameters of type JmsKeyFormatStrategy Constructor Description JmsBinding(boolean mapJmsMessage, boolean allowNullBody, org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy, JmsKeyFormatStrategy jmsJmsKeyFormatStrategy, MessageCreatedStrategy messageCreatedStrategy)
-