Apache CXF API

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

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

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

Fields in org.apache.cxf.transport.jms.uri declared as DeliveryModeType
protected  DeliveryModeType JMSEndpointType.deliveryMode
           
static DeliveryModeType JMSURIConstants.DELIVERYMODE_DEFAULT
           
static DeliveryModeType JMSURIConstants.DELIVERYMODE_NON_PERSISTENT
           
static DeliveryModeType JMSURIConstants.DELIVERYMODE_PERSISTENT
           
 

Methods in org.apache.cxf.transport.jms.uri that return DeliveryModeType
static DeliveryModeType DeliveryModeType.fromValue(String v)
           
 DeliveryModeType JMSEndpointType.getDeliveryMode()
          Gets the value of the deliveryMode property.
static DeliveryModeType DeliveryModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeliveryModeType[] DeliveryModeType.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 DeliveryModeType
 void JMSEndpointType.setDeliveryMode(DeliveryModeType value)
          Sets the value of the deliveryMode property.
 


Apache CXF API

Apache CXF