Uses of Class
org.fusesource.stompjms.message.StompJmsMessage.JmsMsgType

Packages that use StompJmsMessage.JmsMsgType
org.fusesource.stompjms.message   
 

Uses of StompJmsMessage.JmsMsgType in org.fusesource.stompjms.message
 

Methods in org.fusesource.stompjms.message that return StompJmsMessage.JmsMsgType
 StompJmsMessage.JmsMsgType StompJmsTextMessage.getMsgType()
           
 StompJmsMessage.JmsMsgType StompJmsStreamMessage.getMsgType()
           
 StompJmsMessage.JmsMsgType StompJmsObjectMessage.getMsgType()
           
 StompJmsMessage.JmsMsgType StompJmsMessage.getMsgType()
           
 StompJmsMessage.JmsMsgType StompJmsMapMessage.getMsgType()
           
 StompJmsMessage.JmsMsgType StompJmsBytesMessage.getMsgType()
           
static StompJmsMessage.JmsMsgType StompJmsMessage.JmsMsgType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StompJmsMessage.JmsMsgType[] StompJmsMessage.JmsMsgType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.