Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.rm that return DeliveryAssuranceType
 DeliveryAssuranceType RMManager.getDeliveryAssurance()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type DeliveryAssuranceType
 void RMManager.setDeliveryAssurance(DeliveryAssuranceType deliveryAssurance)
           
 

Uses of DeliveryAssuranceType in org.apache.cxf.ws.rm.feature
 

Methods in org.apache.cxf.ws.rm.feature with parameters of type DeliveryAssuranceType
 void RMFeature.setDeliveryAssurance(DeliveryAssuranceType da)
           
 

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

Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType
 DeliveryAssuranceType ObjectFactory.createDeliveryAssuranceType()
          Create an instance of DeliveryAssuranceType
 

Methods in org.apache.cxf.ws.rm.manager that return types with arguments of type DeliveryAssuranceType
 javax.xml.bind.JAXBElement<DeliveryAssuranceType> ObjectFactory.createDeliveryAssurance(DeliveryAssuranceType value)
          Create an instance of JAXBElement<DeliveryAssuranceType>}
 

Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType
 javax.xml.bind.JAXBElement<DeliveryAssuranceType> ObjectFactory.createDeliveryAssurance(DeliveryAssuranceType value)
          Create an instance of JAXBElement<DeliveryAssuranceType>}
 


Apache CXF API

Apache CXF