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.batch 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 JmsKeyFormatStrategy
SjmsComponent. getJmsKeyFormatStrategy()
JmsKeyFormatStrategy
SjmsEndpoint. getJmsKeyFormatStrategy()
Methods in org.apache.camel.component.sjms with parameters of type JmsKeyFormatStrategy Modifier and Type Method Description void
SjmsComponent. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.void
SjmsEndpoint. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification. -
Uses of JmsKeyFormatStrategy in org.apache.camel.component.sjms.batch
Methods in org.apache.camel.component.sjms.batch that return JmsKeyFormatStrategy Modifier and Type Method Description JmsKeyFormatStrategy
SjmsBatchEndpoint. getJmsKeyFormatStrategy()
Methods in org.apache.camel.component.sjms.batch with parameters of type JmsKeyFormatStrategy Modifier and Type Method Description void
SjmsBatchEndpoint. setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification. -
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 class
DefaultJmsKeyFormatStrategy
Default 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)
-