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