Uses of Class
org.apache.qpid.proton.message.MessageFormat

Packages that use MessageFormat
org.apache.qpid.proton.message   
 

Uses of MessageFormat in org.apache.qpid.proton.message
 

Methods in org.apache.qpid.proton.message that return MessageFormat
 MessageFormat Message.getMessageFormat()
           
static MessageFormat MessageFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageFormat[] MessageFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.proton.message with parameters of type MessageFormat
 void Message.setMessageFormat(MessageFormat format)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.