Uses of Interface
org.apache.cxf.ws.policy.Assertor
Packages that use Assertor
-
Uses of Assertor in org.apache.cxf.ws.policy
Classes in org.apache.cxf.ws.policy that implement AssertorMethods in org.apache.cxf.ws.policy that return AssertorModifier and TypeMethodDescriptionstatic AssertorPolicyUtils.createAsserter(Object o) EndpointPolicyImpl.getAssertor()Methods in org.apache.cxf.ws.policy with parameters of type AssertorModifier and TypeMethodDescriptionvoidEffectivePolicyImpl.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, 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) 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) booleanPolicyEngine.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alterative, Assertor assertor, org.apache.cxf.message.Message m) booleanPolicyEngineImpl.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alternative, Assertor assertor, org.apache.cxf.message.Message m) Check if a given list of assertions can potentially be supported by interceptors or by an already installed assertor (a conduit or transport that implements the Assertor interface).Constructors in org.apache.cxf.ws.policy with parameters of type AssertorModifierConstructorDescriptionEndpointPolicyImpl(org.apache.cxf.service.model.EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor) -
Uses of Assertor in org.apache.cxf.ws.policy.selector
Methods in org.apache.cxf.ws.policy.selector with parameters of type AssertorModifier and TypeMethodDescriptionCollection<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)