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

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

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

Methods in org.apache.camel.component.sjms.jms that return JmsMessageHeaderType
static JmsMessageHeaderType JmsMessageHeaderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JmsMessageHeaderType[] JmsMessageHeaderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel