public class InterceptorEnvironment extends Object implements ResourceInjectionTarget
Constructor and Description |
---|
InterceptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceInjection(ResourceInjectionConfiguration injection) |
List<BindingConfiguration> |
getBindingConfigurations() |
DeploymentDescriptorEnvironment |
getDeploymentDescriptorEnvironment() |
List<ResourceInjectionConfiguration> |
getResourceInjections() |
public InterceptorEnvironment(DeploymentDescriptorEnvironment deploymentDescriptorEnvironment)
public List<BindingConfiguration> getBindingConfigurations()
public void addResourceInjection(ResourceInjectionConfiguration injection)
addResourceInjection
in interface ResourceInjectionTarget
public List<ResourceInjectionConfiguration> getResourceInjections()
public DeploymentDescriptorEnvironment getDeploymentDescriptorEnvironment()
Copyright © 2014 JBoss by Red Hat. All rights reserved.