Apache CXF API

Uses of Interface
org.apache.cxf.ws.policy.Assertor

Packages that use Assertor
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
static class PolicyUtils.WrappedAssertor
           
 

Methods in org.apache.cxf.ws.policy that return Assertor
static Assertor PolicyUtils.createAsserter(Object o)
           
 Assertor EndpointPolicyImpl.getAssertor()
           
 

Methods in org.apache.cxf.ws.policy with parameters of type Assertor
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, PolicyEngine engine, Assertor assertor, Message m)
           
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, boolean requestor, boolean request, Message m)
           
 void EffectivePolicyImpl.initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> incoming, 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, Message msg)
           
 boolean PolicyEngine.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alterative, Assertor assertor, Message m)
           
 boolean PolicyEngineImpl.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alternative, Assertor assertor, 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
EndpointPolicyImpl(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
 Collection<org.apache.neethi.Assertion> FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy, PolicyEngine engine, Assertor assertor, List<List<org.apache.neethi.Assertion>> request, 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, 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, Message msg)
           
 


Apache CXF API

Apache CXF