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,
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,
DeploymentPhaseContext phaseContext)
throws 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 - DeploymentUnitProcessingExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.