Apache CXF API

Uses of Class
org.apache.cxf.transport.jms.uri.MessageType

Packages that use MessageType
org.apache.cxf.transport.jms.uri   
 

Uses of MessageType in org.apache.cxf.transport.jms.uri
 

Fields in org.apache.cxf.transport.jms.uri declared as MessageType
protected  MessageType JMSEndpointType.messageType
           
 

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

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


Apache CXF API

Apache CXF