Package | Description |
---|---|
org.jboss.metadata.ejb.jboss.ejb3 | |
org.jboss.metadata.ejb.parser.spec | |
org.jboss.metadata.ejb.spec |
Modifier and Type | Class and Description |
---|---|
class |
JBossGenericBeanMetaData |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanMetaDataParser<T extends AbstractGenericBeanMetaData>
Parses and creates metadata out of the <session> element in the ejb-jar.xml
This class parses the common ejb-jar.xml elements.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractGenericBeanMetaData |
SessionBean31MetaDataParser.createSessionBeanMetaData()
Returns
SessionBean31MetaData |
protected AbstractGenericBeanMetaData |
SessionBean30MetaDataParser.createSessionBeanMetaData()
Returns
SessionBeanMetaData |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionBean31MetaDataParser.processElement(AbstractGenericBeanMetaData sessionBean,
XMLStreamReader reader)
Parses EJB3.1 specific ejb-jar.xml elements and updates the passed
ejb metadata appropriately |
protected void |
SessionBean30MetaDataParser.processElement(AbstractGenericBeanMetaData sessionBean,
XMLStreamReader reader)
Parses EJB3.0 specific ejb-jar.xml elements and updates the passed
ejb metadata appropriately |
Modifier and Type | Class and Description |
---|---|
class |
GenericBeanMetaData |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.