Uses of Class
org.apache.cxf.ws.rm.RMConfiguration.DeliveryAssurance
-
Packages that use RMConfiguration.DeliveryAssurance Package Description 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 Modifier and Type Method Description RMConfiguration.DeliveryAssuranceRMConfiguration. getDeliveryAssurance()static RMConfiguration.DeliveryAssuranceRMConfiguration.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 Modifier and Type Method Description voidRMConfiguration. setDeliveryAssurance(RMConfiguration.DeliveryAssurance deliveryAssurance)
-