Apache CXF API

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

Packages that use JMSEndpoint.DeliveryModeType
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
static JMSEndpoint.DeliveryModeType JMSEndpoint.DELIVERYMODE_DEFAULT
           
 

Methods in org.apache.cxf.transport.jms.uri that return JMSEndpoint.DeliveryModeType
 JMSEndpoint.DeliveryModeType JMSEndpoint.getDeliveryMode()
           
static JMSEndpoint.DeliveryModeType JMSEndpoint.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
 void JMSEndpoint.setDeliveryMode(JMSEndpoint.DeliveryModeType deliveryMode)
           
 


Apache CXF API

Apache CXF