Package org.jboss.as.ee.component
Class NamespaceConfigurator
java.lang.Object
org.jboss.as.ee.component.NamespaceConfigurator
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) Apply this configurator to the given component configuration.
-
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:
configurein interfaceComponentConfigurator- Parameters:
context- the deployment phase contextdescription- the completed component descriptionconfiguration- the component configuration to build on to- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException- if configuration fails
-