Uses of Class
org.apache.camel.component.sjms.jms.JmsMessageType

Packages that use JmsMessageType
org.apache.camel.component.sjms.jms   
 

Uses of JmsMessageType in org.apache.camel.component.sjms.jms
 

Methods in org.apache.camel.component.sjms.jms that return JmsMessageType
static JmsMessageType JmsMessageHelper.discoverJmsMessageType(javax.jms.Message message)
           
static JmsMessageType JmsMessageHelper.discoverMessgeTypeFromPayload(Object payload)
           
static JmsMessageType JmsMessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JmsMessageType[] JmsMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel