public class EJBContainerInterceptorsViewConfigurator extends Object implements ViewConfigurator
ViewConfigurator
which sets up the EJB view with the relevant Interceptor
s
which will carry out invocation on the container-interceptor(s) applicable for an EJB, during an EJB method invocationModifier and Type | Field and Description |
---|---|
static EJBContainerInterceptorsViewConfigurator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration)
Apply this configurator to the given configuration.
|
public static final EJBContainerInterceptorsViewConfigurator INSTANCE
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ViewConfigurator
configure
in interface ViewConfigurator
deploymentPhaseContext
- the deployment phase contextcomponentConfiguration
- the completed component configurationviewDescription
- the completed view descriptionviewConfiguration
- the view configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException
- if configuration failsCopyright © 2018 JBoss by Red Hat. All rights reserved.