Class AdditionalSetupInterceptor

java.lang.Object
org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class AdditionalSetupInterceptor extends Object implements org.jboss.invocation.Interceptor
Interceptor that performs additional setup for remote and timer invocations (i.e invocations that are performed from outside an existing EE context).
Author:
Stuart Douglas
  • Constructor Details

    • AdditionalSetupInterceptor

      public AdditionalSetupInterceptor(List<org.jboss.as.server.deployment.SetupAction> actions)
  • Method Details

    • processInvocation

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

      public static org.jboss.invocation.InterceptorFactory factory(List<org.jboss.as.server.deployment.SetupAction> actions)