public class SessionBeanXmlDescriptorProcessor extends AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>
| Constructor and Description |
|---|
SessionBeanXmlDescriptorProcessor(boolean appclient) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<org.jboss.metadata.ejb.spec.SessionBeanMetaData> |
getMetaDataType() |
protected void |
processBeanMetaData(org.jboss.metadata.ejb.spec.SessionBeanMetaData sessionBean,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
Processes the passed
SessionBeanMetaData and creates appropriate SessionBeanComponentDescription out of it. |
deploy, getMethodIntf, getMethodParams, undeploypublic SessionBeanXmlDescriptorProcessor(boolean appclient)
protected Class<org.jboss.metadata.ejb.spec.SessionBeanMetaData> getMetaDataType()
getMetaDataType in class AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>protected void processBeanMetaData(org.jboss.metadata.ejb.spec.SessionBeanMetaData sessionBean,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
SessionBeanMetaData and creates appropriate SessionBeanComponentDescription out of it.
The SessionBeanComponentDescription is then added to the module description available
in the deployment unit of the passed phaseContextprocessBeanMetaData in class AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>sessionBean - The session bean metadataphaseContext - org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.