Uses of Interface
org.apache.camel.component.jms.MessageCreatedStrategy
-
Packages that use MessageCreatedStrategy Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of MessageCreatedStrategy in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return MessageCreatedStrategy Modifier and Type Method Description MessageCreatedStrategyJmsComponent. getMessageCreatedStrategy()MessageCreatedStrategyJmsConfiguration. getMessageCreatedStrategy()MessageCreatedStrategyJmsEndpoint. getMessageCreatedStrategy()Methods in org.apache.camel.component.jms with parameters of type MessageCreatedStrategy Modifier and Type Method Description voidJmsComponent. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)voidJmsConfiguration. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message.voidJmsEndpoint. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
-