Class WeldConstructionStartInterceptor

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

    public class WeldConstructionStartInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    Initiates component construction. This interceptor delegates to Weld to start component construction. When Weld resolves the values of constructor parameters, it invokes a callback which allows WF to perform AroundConstruct interception. The callback is registered within setupAroundConstructCallback(CreationalContext, InterceptorContext)
    Author:
    Jozef Hartinger
    • Method Detail

      • processInvocation

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