Apache CXF API

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

Packages that use DestinationPolicyType
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
 DestinationPolicyType RMManager.getDestinationPolicy()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type DestinationPolicyType
 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
 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
 DestinationPolicyType ObjectFactory.createDestinationPolicyType()
          Create an instance of DestinationPolicyType
 

Methods in org.apache.cxf.ws.rm.manager that return types with arguments of type DestinationPolicyType
 javax.xml.bind.JAXBElement<DestinationPolicyType> ObjectFactory.createDestinationPolicy(DestinationPolicyType value)
          Create an instance of JAXBElement<DestinationPolicyType>}
 

Methods in org.apache.cxf.ws.rm.manager with parameters of type DestinationPolicyType
 javax.xml.bind.JAXBElement<DestinationPolicyType> ObjectFactory.createDestinationPolicy(DestinationPolicyType value)
          Create an instance of JAXBElement<DestinationPolicyType>}
 


Apache CXF API

Apache CXF