Uses of Interface
org.apache.cxf.ws.policy.PolicyEngine
-
Packages that use PolicyEngine Package Description org.apache.cxf.ws.policy org.apache.cxf.ws.policy.selector -
-
Uses of PolicyEngine in org.apache.cxf.ws.policy
Classes in org.apache.cxf.ws.policy that implement PolicyEngine Modifier and Type Class Description classPolicyEngineImplMethods in org.apache.cxf.ws.policy with parameters of type PolicyEngine Modifier and Type Method Description protected Collection<org.apache.neethi.Assertion>EffectivePolicyImpl. getSupportedAlternatives(PolicyEngine engine, org.apache.neethi.Policy p, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi, PolicyEngine engine, Assertor assertor, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngine engine, boolean requestor, boolean request, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, boolean requestor, boolean request, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> incoming, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(EndpointPolicy epi, PolicyEngine engine, boolean inbound, boolean fault, org.apache.cxf.message.Message m)voidEffectivePolicyImpl. initialise(EndpointPolicy epi, PolicyEngine engine, boolean inbound, org.apache.cxf.message.Message m)Collection<org.apache.neethi.Assertion>AlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, org.apache.cxf.message.Message msg) -
Uses of PolicyEngine in org.apache.cxf.ws.policy.selector
Methods in org.apache.cxf.ws.policy.selector with parameters of type PolicyEngine Modifier and Type Method Description Collection<org.apache.neethi.Assertion>FirstAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, org.apache.cxf.message.Message msg)Collection<org.apache.neethi.Assertion>MaximalAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, org.apache.cxf.message.Message msg)Collection<org.apache.neethi.Assertion>MinimalAlternativeSelector. selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, org.apache.cxf.message.Message msg)
-