Uses of Enum Class
org.apache.camel.component.sjms.jms.JmsMessageType
Packages that use JmsMessageType
-
Uses of JmsMessageType in org.apache.camel.component.sjms.jms
Methods in org.apache.camel.component.sjms.jms that return JmsMessageTypeModifier and TypeMethodDescriptionprotected JmsMessageTypeJmsBinding.getJMSMessageTypeForBody(org.apache.camel.Exchange exchange, Object body, Map<String, Object> headers, jakarta.jms.Session session, org.apache.camel.CamelContext context) Return theJmsMessageTypestatic JmsMessageTypeReturns the enum constant of this class with the specified name.static JmsMessageType[]JmsMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.sjms.jms with parameters of type JmsMessageTypeModifier and TypeMethodDescriptionprotected jakarta.jms.MessageJmsBinding.createJmsMessageForType(org.apache.camel.Exchange exchange, Object body, jakarta.jms.Session session, org.apache.camel.CamelContext context, JmsMessageType type) Create theMessage