Interface PolicyInterceptorProviderRegistry

    • Method Detail

      • register

        void register​(PolicyInterceptorProvider provider)
        Register the builder for all qnames from the provider getAssertionTypes call.
        Parameters:
        provider - the provider to register
      • getInterceptorsForAlternative

        List<Interceptor<? extends Message>> getInterceptorsForAlternative​(Collection<? extends org.apache.neethi.Assertion> alterative,
                                                                           boolean out,
                                                                           boolean fault)