Package org.jboss.as.weld.interceptors
Class Jsr299BindingsCreateInterceptor
java.lang.Object
org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class Jsr299BindingsCreateInterceptor
extends Object
implements org.jboss.invocation.Interceptor
Interceptor that creates the CDI interceptors and attaches them to the component
- Author:
- Marius Bogoevici, Stuart Douglas, <a href="mailto:ropalka@redhat.com>Richard Opalka
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionJsr299BindingsCreateInterceptor(Supplier<WeldBootstrapService> weldContainerSupplier, Supplier<org.jboss.weld.ejb.spi.InterceptorBindings> interceptorBindingsSupplier, String beanArchiveId, String ejbName, ComponentInterceptorSupport interceptorSupport) -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext interceptorContext)
-
Constructor Details
-
Jsr299BindingsCreateInterceptor
public Jsr299BindingsCreateInterceptor(Supplier<WeldBootstrapService> weldContainerSupplier, Supplier<org.jboss.weld.ejb.spi.InterceptorBindings> interceptorBindingsSupplier, String beanArchiveId, String ejbName, ComponentInterceptorSupport interceptorSupport)
-
-
Method Details