Package org.jboss.as.ejb3.component
Class EJBContainerInterceptorsViewConfigurator
java.lang.Object
org.jboss.as.ejb3.component.EJBContainerInterceptorsViewConfigurator
- All Implemented Interfaces:
ViewConfigurator
A
ViewConfigurator which sets up the Jakarta Enterprise Beans view with the relevant Interceptors
which will carry out invocation on the container-interceptor(s) applicable for a Jakarta Enterprise Beans bean, during a Jakarta Enterprise Beans method invocation- Author:
- Jaikiran Pai
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration)
-
Field Details
-
INSTANCE
-
-
Method Details
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
configurein interfaceViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-