Uses of Class
org.apache.cxf.ws.rm.manager.DestinationPolicyType
-
Packages that use DestinationPolicyType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.feature org.apache.cxf.ws.rm.manager -
-
Uses of DestinationPolicyType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return DestinationPolicyType Modifier and Type Method Description DestinationPolicyTypeRMManager. getDestinationPolicy()Methods in org.apache.cxf.ws.rm with parameters of type DestinationPolicyType Modifier and Type Method Description voidRMManager. setDestinationPolicy(DestinationPolicyType destinationPolicy) -
Uses of DestinationPolicyType in org.apache.cxf.ws.rm.feature
Methods in org.apache.cxf.ws.rm.feature with parameters of type DestinationPolicyType Modifier and Type Method Description voidRMFeature. setDestinationPolicy(DestinationPolicyType dp) -
Uses of DestinationPolicyType in org.apache.cxf.ws.rm.manager
Methods in org.apache.cxf.ws.rm.manager that return DestinationPolicyType Modifier and Type Method Description DestinationPolicyTypeObjectFactory. createDestinationPolicyType()Create an instance ofDestinationPolicyTypeMethods in org.apache.cxf.ws.rm.manager that return types with arguments of type DestinationPolicyType Modifier and Type Method Description javax.xml.bind.JAXBElement<DestinationPolicyType>ObjectFactory. createDestinationPolicy(DestinationPolicyType value)Methods in org.apache.cxf.ws.rm.manager with parameters of type DestinationPolicyType Modifier and Type Method Description javax.xml.bind.JAXBElement<DestinationPolicyType>ObjectFactory. createDestinationPolicy(DestinationPolicyType value)
-