Uses of Enum
org.apache.cxf.transport.jms.uri.JMSEndpoint.DeliveryModeType
Packages that use JMSEndpoint.DeliveryModeType
-
Uses of JMSEndpoint.DeliveryModeType in org.apache.cxf.transport.jms.uri
Fields in org.apache.cxf.transport.jms.uri declared as JMSEndpoint.DeliveryModeTypeModifier and TypeFieldDescriptionstatic final JMSEndpoint.DeliveryModeTypeJMSEndpoint.DELIVERYMODE_DEFAULTMethods in org.apache.cxf.transport.jms.uri that return JMSEndpoint.DeliveryModeTypeModifier and TypeMethodDescriptionJMSEndpoint.getDeliveryMode()static JMSEndpoint.DeliveryModeTypeReturns 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.DeliveryModeTypeModifier and TypeMethodDescriptionvoidJMSEndpoint.setDeliveryMode(JMSEndpoint.DeliveryModeType deliveryMode)