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