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 void
RMManager. 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 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 Modifier and Type Method Description DeliveryAssuranceType
ObjectFactory. createDeliveryAssuranceType()
Create an instance ofDeliveryAssuranceType
Methods in org.apache.cxf.ws.rm.manager that return types with arguments of type DeliveryAssuranceType Modifier and Type Method Description JAXBElement<DeliveryAssuranceType>
ObjectFactory. createDeliveryAssurance(DeliveryAssuranceType value)
Methods in org.apache.cxf.ws.rm.manager with parameters of type DeliveryAssuranceType Modifier and Type Method Description JAXBElement<DeliveryAssuranceType>
ObjectFactory. createDeliveryAssurance(DeliveryAssuranceType value)
-