Uses of Class
org.apache.cxf.transport.jms.uri.JMSEndpoint.DeliveryModeType
-
Packages that use JMSEndpoint.DeliveryModeType Package Description org.apache.cxf.transport.jms.uri -
-
Uses of JMSEndpoint.DeliveryModeType in org.apache.cxf.transport.jms.uri
Fields in org.apache.cxf.transport.jms.uri declared as JMSEndpoint.DeliveryModeType Modifier and Type Field Description static JMSEndpoint.DeliveryModeTypeJMSEndpoint. DELIVERYMODE_DEFAULTMethods in org.apache.cxf.transport.jms.uri that return JMSEndpoint.DeliveryModeType Modifier and Type Method Description JMSEndpoint.DeliveryModeTypeJMSEndpoint. getDeliveryMode()static JMSEndpoint.DeliveryModeTypeJMSEndpoint.DeliveryModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static JMSEndpoint.DeliveryModeType[]JMSEndpoint.DeliveryModeType. 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.DeliveryModeType Modifier and Type Method Description voidJMSEndpoint. setDeliveryMode(JMSEndpoint.DeliveryModeType deliveryMode)
-