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

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

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

Fields in org.apache.cxf.ws.rm.manager declared as DeliveryAssuranceType
protected  DeliveryAssuranceType RMManagerConfigBean.deliveryAssurance
           
 

Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType
 DeliveryAssuranceType ObjectFactory.createDeliveryAssuranceType()
          Create an instance of DeliveryAssuranceType
 DeliveryAssuranceType RMManagerConfigBean.getDeliveryAssurance()
          Gets the value of the deliveryAssurance property.
 

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>}
 void RMManagerConfigBean.setDeliveryAssurance(DeliveryAssuranceType value)
          Sets the value of the deliveryAssurance property.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.