Package org.jboss.as.ejb3.component
Class EJBValidationConfigurator
java.lang.Object
org.jboss.as.ejb3.component.EJBValidationConfigurator
- All Implemented Interfaces:
ComponentConfigurator
Configurator that validates that a Jakarta Enterprise Beans class does not violate the Jakarta Enterprise Beans specification.
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)
-
Field Details
-
INSTANCE
-
-
Method Details
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
configurein interfaceComponentConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-