Apache CXF API

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

Packages that use DeliveryAssuranceType.InOrder
org.apache.cxf.ws.rm.manager   
 

Uses of DeliveryAssuranceType.InOrder in org.apache.cxf.ws.rm.manager
 

Fields in org.apache.cxf.ws.rm.manager declared as DeliveryAssuranceType.InOrder
protected  DeliveryAssuranceType.InOrder DeliveryAssuranceType.inOrder
           
 

Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType.InOrder
 DeliveryAssuranceType.InOrder ObjectFactory.createDeliveryAssuranceTypeInOrder()
          Create an instance of DeliveryAssuranceType.InOrder
 DeliveryAssuranceType.InOrder DeliveryAssuranceType.getInOrder()
          Gets the value of the inOrder property.
 

Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType.InOrder
 void DeliveryAssuranceType.setInOrder(DeliveryAssuranceType.InOrder value)
          Sets the value of the inOrder property.
 


Apache CXF API

Apache CXF