Class 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 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
      • processInvocation

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