Package org.jboss.as.weld.injection
Class WeldConstructionStartInterceptor
java.lang.Object
org.jboss.as.weld.injection.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
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Field Details
-
INSTANCE
-
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-