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, undeploy
public 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 phaseContext
processBeanMetaData
in class AbstractEjbXmlDescriptorProcessor<org.jboss.metadata.ejb.spec.SessionBeanMetaData>
sessionBean
- The session bean metadataphaseContext
- DeploymentUnitProcessingException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.