Class EJBContainerInterceptorsViewConfigurator

java.lang.Object
org.jboss.as.ejb3.component.EJBContainerInterceptorsViewConfigurator
All Implemented Interfaces:
org.jboss.as.ee.component.ViewConfigurator

public class EJBContainerInterceptorsViewConfigurator extends Object implements org.jboss.as.ee.component.ViewConfigurator
A ViewConfigurator which sets up the Jakarta Enterprise Beans view with the relevant Interceptors which will carry out invocation on the container-interceptor(s) applicable for a Jakarta Enterprise Beans bean, during a Jakarta Enterprise Beans method invocation
Author:
Jaikiran Pai
  • Field Details

  • Method Details

    • configure

      public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewDescription viewDescription, org.jboss.as.ee.component.ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      configure in interface org.jboss.as.ee.component.ViewConfigurator
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException