public class EffectivePolicyImpl extends Object implements EffectivePolicy
Modifier and Type | Field and Description |
---|---|
protected Collection<org.apache.neethi.Assertion> |
chosenAlternative |
protected List<Interceptor<? extends Message>> |
interceptors |
protected org.apache.neethi.Policy |
policy |
Constructor and Description |
---|
EffectivePolicyImpl() |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.neethi.Assertion> |
getChosenAlternative() |
List<Interceptor<? extends Message>> |
getInterceptors() |
org.apache.neethi.Policy |
getPolicy() |
protected Collection<org.apache.neethi.Assertion> |
getSupportedAlternatives(PolicyEngineImpl engine,
org.apache.neethi.Policy p) |
void |
initialise(EndpointInfo ei,
BindingOperationInfo boi,
BindingFaultInfo bfi,
PolicyEngineImpl engine,
Assertor assertor) |
void |
initialise(EndpointInfo ei,
BindingOperationInfo boi,
PolicyEngineImpl engine,
Assertor assertor,
boolean requestor,
boolean request) |
void |
initialise(EndpointInfo ei,
BindingOperationInfo boi,
PolicyEngineImpl engine,
boolean requestor,
boolean request) |
void |
initialise(EndpointPolicyImpl epi,
PolicyEngineImpl engine,
boolean inbound) |
protected org.apache.neethi.Policy policy
protected Collection<org.apache.neethi.Assertion> chosenAlternative
protected List<Interceptor<? extends Message>> interceptors
public org.apache.neethi.Policy getPolicy()
getPolicy
in interface EffectivePolicy
public List<Interceptor<? extends Message>> getInterceptors()
getInterceptors
in interface EffectivePolicy
public Collection<org.apache.neethi.Assertion> getChosenAlternative()
getChosenAlternative
in interface EffectivePolicy
public void initialise(EndpointPolicyImpl epi, PolicyEngineImpl engine, boolean inbound)
public void initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request)
public void initialise(EndpointInfo ei, BindingOperationInfo boi, PolicyEngineImpl engine, boolean requestor, boolean request)
public void initialise(EndpointInfo ei, BindingOperationInfo boi, BindingFaultInfo bfi, PolicyEngineImpl engine, Assertor assertor)
protected Collection<org.apache.neethi.Assertion> getSupportedAlternatives(PolicyEngineImpl engine, org.apache.neethi.Policy p)
Apache CXF