Class SessionBeanMergingProcessor
- java.lang.Object
-
- org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<SessionBeanComponentDescription>
-
- org.jboss.as.ejb3.deployment.processors.merging.SessionBeanMergingProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class SessionBeanMergingProcessor extends AbstractMergingProcessor<SessionBeanComponentDescription>
Processor that handles theSessionBeaninterface- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description SessionBeanMergingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)Handle annotations relating to the component that have been found in the deployment.protected voidhandleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)Handle the deployment descriptor-
Methods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor
deploy, getMethodIntf, getMethodParams
-
-
-
-
Method Detail
-
handleAnnotations
protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionDescription copied from class:AbstractMergingProcessorHandle annotations relating to the component that have been found in the deployment. Will not be called if the deployment is metadata complete.- Specified by:
handleAnnotationsin classAbstractMergingProcessor<SessionBeanComponentDescription>- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
handleDeploymentDescriptor
protected void handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionDescription copied from class:AbstractMergingProcessorHandle the deployment descriptor- Specified by:
handleDeploymentDescriptorin classAbstractMergingProcessor<SessionBeanComponentDescription>- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-