Class WeldInterceptorInjectionInterceptor

java.lang.Object
org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class WeldInterceptorInjectionInterceptor extends Object implements org.jboss.invocation.Interceptor
Class that performs Jakarta Contexts and Dependency Injection injection and calls initializer methods on interceptor classes after resource injection has been run
Author:
Stuart Douglas
  • Constructor Details

    • WeldInterceptorInjectionInterceptor

      public WeldInterceptorInjectionInterceptor(Set<Class<?>> interceptorClasses)
  • Method Details

    • processInvocation

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