|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
PolicyEngineImpl engine,
Assertor assertor)
|
void |
EffectivePolicyImpl.initialise(EndpointInfo ei,
BindingOperationInfo boi,
PolicyEngineImpl engine,
Assertor assertor,
boolean requestor,
boolean request)
|
void |
EffectivePolicyImpl.initialise(EndpointInfo ei,
BindingOperationInfo boi,
PolicyEngineImpl engine,
Assertor assertor,
boolean requestor,
boolean request,
List<List<org.apache.neethi.Assertion>> incoming)
|
Collection<org.apache.neethi.Assertion> |
AlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor,
List<List<org.apache.neethi.Assertion>> request)
|
boolean |
PolicyEngineImpl.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alternative,
Assertor assertor)
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). |
boolean |
PolicyEngine.supportsAlternative(Collection<? extends org.apache.neethi.PolicyComponent> alterative,
Assertor assertor)
|
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> |
MaximalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor,
List<List<org.apache.neethi.Assertion>> request)
|
Collection<org.apache.neethi.Assertion> |
FirstAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor,
List<List<org.apache.neethi.Assertion>> request)
|
Collection<org.apache.neethi.Assertion> |
MinimalAlternativeSelector.selectAlternative(org.apache.neethi.Policy policy,
PolicyEngine engine,
Assertor assertor,
List<List<org.apache.neethi.Assertion>> request)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |