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