Interface InterceptorProvider

    • Method Detail

      • getInInterceptors

        List<Interceptor<? extends Message>> getInInterceptors()
        Returns the list of interceptors attached to the incoming interceptor chain of the object.
        Returns:
        List incoming interceptor chain
      • getOutInterceptors

        List<Interceptor<? extends Message>> getOutInterceptors()
        Returns the list of interceptors attached to the outgoing interceptor chain of the object.
        Returns:
        List outgoing interceptor chain
      • getInFaultInterceptors

        List<Interceptor<? extends Message>> getInFaultInterceptors()
        Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
        Returns:
        List incoming fault interceptor chain
      • getOutFaultInterceptors

        List<Interceptor<? extends Message>> getOutFaultInterceptors()
        Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
        Returns:
        List outgoing fault interceptor chain