Apache CXF API

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
 Collection<org.apache.neethi.Assertion> getChosenAlternative()
           
 List<Interceptor<? extends Message>> getInterceptors()
           
 org.apache.neethi.Policy getPolicy()
           
 

Method Detail

getPolicy

org.apache.neethi.Policy getPolicy()

getChosenAlternative

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

getInterceptors

List<Interceptor<? extends Message>> getInterceptors()

Apache CXF API

Apache CXF