Package org.jboss.as.ejb3.component
Class ServerInterceptorsViewConfigurator
java.lang.Object
org.jboss.as.ejb3.component.ServerInterceptorsViewConfigurator
- All Implemented Interfaces:
org.jboss.as.ee.component.ViewConfigurator
public class ServerInterceptorsViewConfigurator
extends Object
implements org.jboss.as.ee.component.ViewConfigurator
- Author:
- Tomasz Adamski
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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)
-
Field Details
-
INSTANCE
-
-
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:
configurein interfaceorg.jboss.as.ee.component.ViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-