Interface Interceptor

  • All Implemented Interfaces:

    
    public interface Interceptor
    
                        

    Interface to designate interceptors.

    Invoked methods are identified by using the MessageInterceptor annotation. An interceptor method accepts one parameter of a certain type depending on the message exchange pattern and message direction:

    An interceptor may throw RuntimeException which are then wrapped as InterceptorException and presented to the user. In order to trace the interceptor exceptions, interceptors should provide a meaningful toString() override.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail