Package org.jboss.as.ejb3.component
Class EJBValidationConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.component.EJBValidationConfigurator
-
- All Implemented Interfaces:
ComponentConfigurator
public class EJBValidationConfigurator extends Object implements ComponentConfigurator
Configurator that validates than an Jakarta Enterprise Beans class does not validate the Jakarta Enterprise Beans specification- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static EJBValidationConfiguratorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)
-
-
-
Field Detail
-
INSTANCE
public static final EJBValidationConfigurator INSTANCE
-
-
Method Detail
-
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
-
-