Class NamespaceConfigurator

java.lang.Object
org.jboss.as.ee.component.NamespaceConfigurator
All Implemented Interfaces:
ComponentConfigurator

public final class NamespaceConfigurator extends Object implements ComponentConfigurator
A configurator which adds interceptors to the component which establish the naming context. The interceptor is added to the beginning of each chain.
Author:
David M. Lloyd, Richard Opalka
  • Constructor Details

    • NamespaceConfigurator

      public NamespaceConfigurator()
  • Method Details

    • configure

      public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Apply this configurator to the given component configuration.
      Specified by:
      configure in interface ComponentConfigurator
      Parameters:
      context - the deployment phase context
      description - the completed component description
      configuration - the component configuration to build on to
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException - if configuration fails