org.apache.cxf.ws.policy
Class EffectivePolicyImpl

java.lang.Object
  extended by org.apache.cxf.ws.policy.EffectivePolicyImpl
All Implemented Interfaces:
org.apache.cxf.ws.policy.EffectivePolicy

public class EffectivePolicyImpl
extends Object
implements org.apache.cxf.ws.policy.EffectivePolicy


Field Summary
protected  Collection<org.apache.cxf.ws.policy.PolicyAssertion> chosenAlternative
           
protected  List<org.apache.cxf.interceptor.Interceptor> interceptors
           
protected  org.apache.neethi.Policy policy
           
 
Constructor Summary
EffectivePolicyImpl()
           
 
Method Summary
 Collection<org.apache.cxf.ws.policy.PolicyAssertion> getChosenAlternative()
           
 List<org.apache.cxf.interceptor.Interceptor> getInterceptors()
           
 org.apache.neethi.Policy getPolicy()
           
protected  Collection<org.apache.cxf.ws.policy.PolicyAssertion> getSupportedAlternatives(PolicyEngineImpl engine, org.apache.neethi.Policy p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policy

protected org.apache.neethi.Policy policy

chosenAlternative

protected Collection<org.apache.cxf.ws.policy.PolicyAssertion> chosenAlternative

interceptors

protected List<org.apache.cxf.interceptor.Interceptor> interceptors
Constructor Detail

EffectivePolicyImpl

public EffectivePolicyImpl()
Method Detail

getPolicy

public org.apache.neethi.Policy getPolicy()
Specified by:
getPolicy in interface org.apache.cxf.ws.policy.EffectivePolicy

getInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getInterceptors()
Specified by:
getInterceptors in interface org.apache.cxf.ws.policy.EffectivePolicy

getChosenAlternative

public Collection<org.apache.cxf.ws.policy.PolicyAssertion> getChosenAlternative()
Specified by:
getChosenAlternative in interface org.apache.cxf.ws.policy.EffectivePolicy

getSupportedAlternatives

protected Collection<org.apache.cxf.ws.policy.PolicyAssertion> getSupportedAlternatives(PolicyEngineImpl engine,
                                                                                        org.apache.neethi.Policy p)


Apache CXF