Class InvokeMethodOnTargetInterceptor

java.lang.Object
org.jboss.as.ejb3.component.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 Details

    • PARAMETERS_KEY

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

    • 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