Interface Interceptor

    • Field Detail

      • EMPTY_ARRAY

        static final Interceptor[] EMPTY_ARRAY
        An empty interceptor array.
    • Method Detail

      • processInvocation

        Object processInvocation​(InterceptorContext context)
                          throws Exception
        Process an invocation. The invocation can be handled directly, or passed on to the next processor in the chain.
        Parameters:
        context - the interceptor context
        Returns:
        the result of the invocation
        Throws:
        Exception - If the underlying invocation resulted in some exception