Apache CXF API

Uses of Class
org.apache.cxf.transport.jms.MessageFormatType

Packages that use MessageFormatType
org.apache.cxf.transport.jms   
 

Uses of MessageFormatType in org.apache.cxf.transport.jms
 

Fields in org.apache.cxf.transport.jms declared as MessageFormatType
protected  MessageFormatType ClientBehaviorPolicyType.messageType
           
 

Methods in org.apache.cxf.transport.jms that return MessageFormatType
static MessageFormatType MessageFormatType.fromValue(String v)
           
 MessageFormatType ClientBehaviorPolicyType.getMessageType()
          Gets the value of the messageType property.
static MessageFormatType MessageFormatType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageFormatType[] MessageFormatType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.transport.jms with parameters of type MessageFormatType
 void ClientBehaviorPolicyType.setMessageType(MessageFormatType value)
          Sets the value of the messageType property.
 


Apache CXF API

Apache CXF