Package org.jboss.as.weld.interceptors
Class Jsr299BindingsInterceptor
- java.lang.Object
-
- org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class Jsr299BindingsInterceptor extends Object implements org.jboss.invocation.Interceptor
Jakarta Interceptors for applying interceptors bindings. It is a separate interceptor, as it needs to be applied after all the other existing interceptors.- Author:
- Marius Bogoevici, Stuart Douglas, Richard Opalka
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectdelegateInterception(javax.interceptor.InvocationContext invocationContext, javax.enterprise.inject.spi.InterceptionType interceptionType, List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors, InterceptorInstances interceptorInstances)static org.jboss.invocation.InterceptorFactoryfactory(javax.enterprise.inject.spi.InterceptionType interceptionType, org.jboss.msc.service.ServiceBuilder<?> builder, org.jboss.msc.service.ServiceName interceptorBindingServiceName, ComponentInterceptorSupport interceptorSupport)ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Method Detail
-
factory
public static org.jboss.invocation.InterceptorFactory factory(javax.enterprise.inject.spi.InterceptionType interceptionType, org.jboss.msc.service.ServiceBuilder<?> builder, org.jboss.msc.service.ServiceName interceptorBindingServiceName, ComponentInterceptorSupport interceptorSupport)
-
delegateInterception
protected Object delegateInterception(javax.interceptor.InvocationContext invocationContext, javax.enterprise.inject.spi.InterceptionType interceptionType, List<javax.enterprise.inject.spi.Interceptor<?>> currentInterceptors, InterceptorInstances interceptorInstances) throws Exception
- Throws:
Exception
-
-