Class WeldInjectionContextInterceptor

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

    • WeldInjectionContextInterceptor

      public WeldInjectionContextInterceptor(WeldComponentService weldComponentService)
  • Method Details

    • processInvocation

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