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 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 Modifier and Type Method Description JmsKeyFormatStrategy
JmsComponent. getJmsKeyFormatStrategy()
JmsKeyFormatStrategy
JmsConfiguration. getJmsKeyFormatStrategy()
JmsKeyFormatStrategy
JmsEndpoint. getJmsKeyFormatStrategy()
Methods in org.apache.camel.component.jms with parameters of type JmsKeyFormatStrategy Modifier and Type Method Description void
JmsComponent. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
void
JmsConfiguration. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.void
JmsEndpoint. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsHeaderStrategy)
-