Uses of Class
org.apache.cxf.ws.rm.manager.DeliveryAssuranceType.AtMostOnce
-
Packages that use DeliveryAssuranceType.AtMostOnce Package Description org.apache.cxf.ws.rm.manager -
-
Uses of DeliveryAssuranceType.AtMostOnce in org.apache.cxf.ws.rm.manager
Fields in org.apache.cxf.ws.rm.manager declared as DeliveryAssuranceType.AtMostOnce Modifier and Type Field Description protected DeliveryAssuranceType.AtMostOnce
DeliveryAssuranceType. atMostOnce
Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType.AtMostOnce Modifier and Type Method Description DeliveryAssuranceType.AtMostOnce
ObjectFactory. createDeliveryAssuranceTypeAtMostOnce()
Create an instance ofDeliveryAssuranceType.AtMostOnce
DeliveryAssuranceType.AtMostOnce
DeliveryAssuranceType. getAtMostOnce()
Gets the value of the atMostOnce property.Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType.AtMostOnce Modifier and Type Method Description void
DeliveryAssuranceType. setAtMostOnce(DeliveryAssuranceType.AtMostOnce value)
Sets the value of the atMostOnce property.
-