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.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 MessageCreatedStrategySjmsComponent. getMessageCreatedStrategy()MessageCreatedStrategySjmsEndpoint. getMessageCreatedStrategy()Methods in org.apache.camel.component.sjms with parameters of type MessageCreatedStrategy Modifier and Type Method Description voidSjmsComponent. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)voidSjmsEndpoint. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy) -
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)
-