Class SessionBeanXmlDescriptorProcessor
java.lang.Object
org.jboss.as.ejb3.deployment.processors.dd.AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>
org.jboss.as.ejb3.deployment.processors.dd.SessionBeanXmlDescriptorProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class SessionBeanXmlDescriptorProcessor
extends AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>
- Author:
- Jaikiran Pai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<org.jboss.metadata.ejb.spec.SessionBeanMetaData>protected voidprocessBeanMetaData(org.jboss.metadata.ejb.spec.SessionBeanMetaData sessionBean, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Processes the passedSessionBeanMetaDataand creates appropriateSessionBeanComponentDescriptionout of it.Methods inherited from class org.jboss.as.ejb3.deployment.processors.dd.AbstractEjbXmlDescriptorProcessor
deployMethods 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
-
SessionBeanXmlDescriptorProcessor
public SessionBeanXmlDescriptorProcessor(boolean appclient)
-
-
Method Details
-
getMetaDataType
- Specified by:
getMetaDataTypein classAbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>
-
processBeanMetaData
protected void processBeanMetaData(org.jboss.metadata.ejb.spec.SessionBeanMetaData sessionBean, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Processes the passedSessionBeanMetaDataand creates appropriateSessionBeanComponentDescriptionout of it. TheSessionBeanComponentDescriptionis then added to themodule descriptionavailable in the deployment unit of the passedphaseContext- Specified by:
processBeanMetaDatain classAbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>- Parameters:
sessionBean- The session bean metadataphaseContext-- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-