Class InvokeMethodOnTargetInterceptor

  • All Implemented Interfaces:
    org.jboss.invocation.Interceptor

    public class InvokeMethodOnTargetInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    Interceptor that directly invokes the target from the interceptor context and returns the result
    Author:
    Carlo de Wolf
    • Field Detail

      • PARAMETERS_KEY

        public static final Class<Object[]> PARAMETERS_KEY
    • Method Detail

      • factory

        public static org.jboss.invocation.InterceptorFactory factory​(Method method)
      • processInvocation

        public Object processInvocation​(org.jboss.invocation.InterceptorContext context)
                                 throws Exception
        Specified by:
        processInvocation in interface org.jboss.invocation.Interceptor
        Throws:
        Exception