Class 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 Detail

      • WeldInterceptorInjectionInterceptor

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

      • processInvocation

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