Uses of Interface
org.apache.camel.component.sjms.jms.MessageCreatedStrategy
-
Packages that use MessageCreatedStrategy Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.batch org.apache.camel.component.sjms.jms -
-
Uses of MessageCreatedStrategy in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return MessageCreatedStrategy Modifier and Type Method Description MessageCreatedStrategy
SjmsComponent. getMessageCreatedStrategy()
MessageCreatedStrategy
SjmsEndpoint. getMessageCreatedStrategy()
Methods in org.apache.camel.component.sjms with parameters of type MessageCreatedStrategy Modifier and Type Method Description void
SjmsComponent. 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.void
SjmsEndpoint. 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. -
Uses of MessageCreatedStrategy in org.apache.camel.component.sjms.batch
Methods in org.apache.camel.component.sjms.batch that return MessageCreatedStrategy Modifier and Type Method Description MessageCreatedStrategy
SjmsBatchEndpoint. getMessageCreatedStrategy()
Methods in org.apache.camel.component.sjms.batch with parameters of type MessageCreatedStrategy Modifier and Type Method Description void
SjmsBatchEndpoint. 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. -
Uses of MessageCreatedStrategy in org.apache.camel.component.sjms.jms
Constructors in org.apache.camel.component.sjms.jms with parameters of type MessageCreatedStrategy Constructor Description JmsBinding(boolean mapJmsMessage, boolean allowNullBody, org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy, JmsKeyFormatStrategy jmsJmsKeyFormatStrategy, MessageCreatedStrategy messageCreatedStrategy)
-