Apache CXF API

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

Packages that use DeliveryAssuranceType.ExactlyOnce
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
protected  DeliveryAssuranceType.ExactlyOnce DeliveryAssuranceType.exactlyOnce
           
 

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


Apache CXF API

Apache CXF