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