Uses of Class
org.apache.cxf.transport.jms.uri.JMSEndpoint.MessageType
-
Packages that use JMSEndpoint.MessageType Package Description 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 Modifier and Type Method Description static JMSEndpoint.MessageTypeJMSEndpoint.MessageType. fromValue(String v)JMSEndpoint.MessageTypeJMSEndpoint. getMessageType()static JMSEndpoint.MessageTypeJMSEndpoint.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 Modifier and Type Method Description voidJMSEndpoint. setMessageType(JMSEndpoint.MessageType messageType)
-