Uses of Interface
org.apache.cxf.policy.PolicyCalculator
- 
Packages that use PolicyCalculator Package Description org.apache.cxf.policy 
- 
- 
Uses of PolicyCalculator in org.apache.cxf.policyMethods in org.apache.cxf.policy with parameters of type PolicyCalculator Modifier and Type Method Description <T> voidPolicyDataEngine. assertMessage(Message message, T confPol, PolicyCalculator<T> policyCalculator)<T> TPolicyDataEngine. getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)<T> TPolicyDataEngine. getPolicy(Message message, T confPolicy, PolicyCalculator<T> intersector)<T> TPolicyDataEngine. getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)
 
-