Class ResourceReferenceProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
org.jboss.as.ee.component.deployers.ResourceReferenceProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
Deployment processor that sets up env-entry, resource-ref and resource-env-ref bindings
- Author:
- Stuart Douglas, Eduardo Martins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BindingConfiguration>processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, DeploymentDescriptorEnvironment environment, ResourceInjectionTarget resourceInjectionTarget, ComponentDescription componentDescription, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, EEApplicationClasses applicationClasses) Methods inherited from class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
deploy, processInjectionTargetsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
ResourceReferenceProcessor
public ResourceReferenceProcessor()
-
-
Method Details
-
processDescriptorEntries
protected List<BindingConfiguration> processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, DeploymentDescriptorEnvironment environment, ResourceInjectionTarget resourceInjectionTarget, ComponentDescription componentDescription, ClassLoader classLoader, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, EEApplicationClasses applicationClasses) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
processDescriptorEntriesin classAbstractDeploymentDescriptorBindingsProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-