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