Class WeldInjectionContextInterceptor

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

    public class WeldInjectionContextInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    Interceptor that attaches all the nessesary information for weld injection to the interceptor context
    Author:
    Stuart Douglas
    • Constructor Detail

      • WeldInjectionContextInterceptor

        public WeldInjectionContextInterceptor​(WeldComponentService weldComponentService)
    • Method Detail

      • processInvocation

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