Uses of Class
org.apache.cxf.ws.rm.manager.DeliveryAssuranceType
-
Packages that use DeliveryAssuranceType Package Description 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 with parameters of type DeliveryAssuranceType Modifier and Type Method Description voidRMManager. setDeliveryAssurance(DeliveryAssuranceType dat) -
Uses of DeliveryAssuranceType in org.apache.cxf.ws.rm.feature
Methods in org.apache.cxf.ws.rm.feature with parameters of type DeliveryAssuranceType Modifier and Type Method Description voidRMFeature. setDeliveryAssurance(DeliveryAssuranceType da) -
Uses of DeliveryAssuranceType in org.apache.cxf.ws.rm.manager
Methods in org.apache.cxf.ws.rm.manager that return DeliveryAssuranceType Modifier and Type Method Description DeliveryAssuranceTypeObjectFactory. createDeliveryAssuranceType()Create an instance ofDeliveryAssuranceTypeMethods in org.apache.cxf.ws.rm.manager that return types with arguments of type DeliveryAssuranceType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeliveryAssuranceType>ObjectFactory. createDeliveryAssurance(DeliveryAssuranceType value)Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeliveryAssuranceType>ObjectFactory. createDeliveryAssurance(DeliveryAssuranceType value)
-