Interface EffectivePolicy

  • All Known Implementing Classes:
    EffectivePolicyImpl

    public interface EffectivePolicy
    Describes the effective policy of an outbound message.
    • Method Detail

      • getPolicy

        org.apache.neethi.Policy getPolicy()
      • getChosenAlternative

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

        List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptors()