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.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 Modifier and Type Method Description void
RMConfiguration. setDeliveryAssurance(RMConfiguration.DeliveryAssurance deliveryAssurance)
-