org.apache.cxf.ws.policy
Class EffectivePolicyImpl

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

public class EffectivePolicyImpl
extends java.lang.Object
implements EffectivePolicy


Field Summary
protected  java.util.Collection<org.apache.neethi.Assertion> chosenAlternative
           
protected  java.util.List<Interceptor> interceptors
           
protected  org.apache.neethi.Policy policy
           
 
Constructor Summary
EffectivePolicyImpl()
           
 
Method Summary
 java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()
           
 java.util.List<Interceptor> getInterceptors()
           
 org.apache.neethi.Policy getPolicy()
           
 
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 java.util.Collection<org.apache.neethi.Assertion> chosenAlternative

interceptors

protected java.util.List<Interceptor> interceptors
Constructor Detail

EffectivePolicyImpl

public EffectivePolicyImpl()
Method Detail

getPolicy

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

getInterceptors

public java.util.List<Interceptor> getInterceptors()
Specified by:
getInterceptors in interface EffectivePolicy

getChosenAlternative

public java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()
Specified by:
getChosenAlternative in interface EffectivePolicy


Apache CXF