Package org.jboss.as.ee.component
Class InterceptorEnvironment
- java.lang.Object
-
- org.jboss.as.ee.component.InterceptorEnvironment
-
- All Implemented Interfaces:
ResourceInjectionTarget
public class InterceptorEnvironment extends Object implements ResourceInjectionTarget
Class that represents the environment entries of an interceptor, defined in the interceptors section of ejb-jar.xml.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description InterceptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResourceInjection(ResourceInjectionConfiguration injection)List<BindingConfiguration>getBindingConfigurations()DeploymentDescriptorEnvironmentgetDeploymentDescriptorEnvironment()List<ResourceInjectionConfiguration>getResourceInjections()
-
-
-
Constructor Detail
-
InterceptorEnvironment
public InterceptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment)
-
-
Method Detail
-
getBindingConfigurations
public List<BindingConfiguration> getBindingConfigurations()
-
addResourceInjection
public void addResourceInjection(ResourceInjectionConfiguration injection)
- Specified by:
addResourceInjectionin interfaceResourceInjectionTarget
-
getResourceInjections
public List<ResourceInjectionConfiguration> getResourceInjections()
-
getDeploymentDescriptorEnvironment
public DeploymentDescriptorEnvironment getDeploymentDescriptorEnvironment()
-
-