Class InitialInterceptor

    • Constructor Detail

      • InitialInterceptor

        public InitialInterceptor()
    • Method Detail

      • processInvocation

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