org.apache.cxf.ws.policy
Class EffectivePolicyImpl
java.lang.Object
org.apache.cxf.ws.policy.EffectivePolicyImpl
- All Implemented Interfaces:
- EffectivePolicy
public class EffectivePolicyImpl
- extends Object
- implements EffectivePolicy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
policy
protected org.apache.neethi.Policy policy
chosenAlternative
protected Collection<PolicyAssertion> chosenAlternative
interceptors
protected List<Interceptor<? extends Message>> interceptors
EffectivePolicyImpl
public EffectivePolicyImpl()
getPolicy
public org.apache.neethi.Policy getPolicy()
- Specified by:
getPolicy
in interface EffectivePolicy
getInterceptors
public List<Interceptor<? extends Message>> getInterceptors()
- Specified by:
getInterceptors
in interface EffectivePolicy
getChosenAlternative
public Collection<PolicyAssertion> getChosenAlternative()
- Specified by:
getChosenAlternative
in interface EffectivePolicy
getSupportedAlternatives
protected Collection<PolicyAssertion> getSupportedAlternatives(PolicyEngineImpl engine,
org.apache.neethi.Policy p)
Apache CXF