Uses of Interface
org.apache.cxf.ws.policy.Assertor
-
Packages that use Assertor Package Description org.apache.cxf.ws.policy org.apache.cxf.ws.policy.selector -
-
Uses of Assertor in org.apache.cxf.ws.policy
Classes in org.apache.cxf.ws.policy that implement Assertor Modifier and Type Class Description static classPolicyUtils.WrappedAssertorMethods in org.apache.cxf.ws.policy that return Assertor Modifier and Type Method Description static AssertorPolicyUtils. createAsserter(Object o)AssertorEndpointPolicyImpl. getAssertor()Methods in org.apache.cxf.ws.policy with parameters of type Assertor Modifier and Type Method Description 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, 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 Assertor Constructor Description EndpointPolicyImpl(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 Assertor 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)
-