Class ComponentDispatcherInterceptor

java.lang.Object
org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class ComponentDispatcherInterceptor extends Object implements org.jboss.invocation.Interceptor
Author:
Stuart Douglas
  • Constructor Details

    • ComponentDispatcherInterceptor

      public ComponentDispatcherInterceptor(Method componentMethod)
  • Method Details

    • processInvocation

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