Class EjbRefProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
org.jboss.as.ejb3.deployment.processors.EjbRefProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
Deployment processor responsible for processing Jakarta Enterprise Beans references from deployment descriptors
- Author:
- Stuart Douglas
-
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) Resolves ejb-ref and ejb-local-ref elementsMethods 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
-
EjbRefProcessor
public EjbRefProcessor(boolean appclient)
-
-
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 Resolves ejb-ref and ejb-local-ref elements- Specified by:
processDescriptorEntriesin classAbstractDeploymentDescriptorBindingsProcessor- Parameters:
deploymentUnit-environment- The environment to resolve the elements forcomponentDescription-classLoader- The deployment class loaderdeploymentReflectionIndex- The reflection indexapplicationClasses-- Returns:
- The bindings for the environment entries
- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-