org.jboss.metadata.ejb.parser.spec
public class ApplicationExceptionMetaDataParser extends AbstractIdMetaDataParser<ApplicationExceptionMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static ApplicationExceptionMetaDataParser |
INSTANCE |
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 |
---|
ApplicationExceptionMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
ApplicationExceptionMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses and creates InterceptorsMetaData out of the interceptors element
|
protected void |
processElement(ApplicationExceptionMetaData applicationExceptionMetaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses the child elements of the <application-exception> element and updates the passed
ApplicationExceptionMetaData accordingly. |
processAttribute
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final ApplicationExceptionMetaDataParser INSTANCE
public ApplicationExceptionMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
parse
in class AbstractMetaDataParser<ApplicationExceptionMetaData>
reader
- XMLStreamException
protected void processElement(ApplicationExceptionMetaData applicationExceptionMetaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
ApplicationExceptionMetaData
accordingly.processElement
in class AbstractMetaDataParser<ApplicationExceptionMetaData>
applicationExceptionMetaData
- reader
- XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.