org.apache.cxf.ws.policy
Interface EffectivePolicy

All Known Implementing Classes:
EffectivePolicyImpl

public interface EffectivePolicy

Describes the effective policy of an outbound message.


Method Summary
 java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()
           
 java.util.List<Interceptor> getInterceptors()
           
 org.apache.neethi.Policy getPolicy()
           
 

Method Detail

getPolicy

org.apache.neethi.Policy getPolicy()

getChosenAlternative

java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()

getInterceptors

java.util.List<Interceptor> getInterceptors()


Apache CXF