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

Packages that use DeliveryAssuranceType
org.apache.cxf.ws.rm   
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.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>}
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.