Apache CXF API

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

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

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

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

Methods in org.apache.cxf.transport.jms.uri with parameters of type JMSEndpoint.MessageType
 void JMSEndpoint.setMessageType(JMSEndpoint.MessageType messageType)
           
 


Apache CXF API

Apache CXF