Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.manager.DeliveryAssuranceType.AtLeastOnce

Packages that use DeliveryAssuranceType.AtLeastOnce
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
protected  DeliveryAssuranceType.AtLeastOnce DeliveryAssuranceType.atLeastOnce
           
 

Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType.AtLeastOnce
 DeliveryAssuranceType.AtLeastOnce ObjectFactory.createDeliveryAssuranceTypeAtLeastOnce()
          Create an instance of DeliveryAssuranceType.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
 void DeliveryAssuranceType.setAtLeastOnce(DeliveryAssuranceType.AtLeastOnce value)
          Sets the value of the atLeastOnce property.
 


Apache CXF API

Apache CXF