Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.RMConfiguration.DeliveryAssurance

Packages that use RMConfiguration.DeliveryAssurance
org.apache.cxf.ws.rm   
 

Uses of RMConfiguration.DeliveryAssurance in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return RMConfiguration.DeliveryAssurance
 RMConfiguration.DeliveryAssurance RMConfiguration.getDeliveryAssurance()
           
static RMConfiguration.DeliveryAssurance RMConfiguration.DeliveryAssurance.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RMConfiguration.DeliveryAssurance[] RMConfiguration.DeliveryAssurance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cxf.ws.rm with parameters of type RMConfiguration.DeliveryAssurance
 void RMConfiguration.setDeliveryAssurance(RMConfiguration.DeliveryAssurance deliveryAssurance)
           
 


Apache CXF API

Apache CXF