public class SessionBean30MetaDataParser extends SessionBeanMetaDataParser<AbstractGenericBeanMetaData>
MetaDataElementParser.DTDInfo
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
SessionBean30MetaDataParser() |
Modifier and Type | Method and Description |
---|---|
protected AbstractGenericBeanMetaData |
createSessionBeanMetaData()
Returns
SessionBeanMetaData |
protected void |
processElement(AbstractGenericBeanMetaData sessionBean,
XMLStreamReader reader)
Parses EJB3.0 specific ejb-jar.xml elements and updates the passed
ejb metadata appropriately |
parse, processSessionType
processAttribute
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
protected AbstractGenericBeanMetaData createSessionBeanMetaData()
SessionBeanMetaData
createSessionBeanMetaData
in class SessionBeanMetaDataParser<AbstractGenericBeanMetaData>
protected void processElement(AbstractGenericBeanMetaData sessionBean, XMLStreamReader reader) throws XMLStreamException
ejb metadata
appropriatelyprocessElement
in class SessionBeanMetaDataParser<AbstractGenericBeanMetaData>
sessionBean
- The metadat to be updated during parsingreader
- The XMLStreamReaderXMLStreamException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.