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. |
processAttributeprocessElementsattributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final ApplicationExceptionMetaDataParser INSTANCE
public ApplicationExceptionMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
parse in class AbstractMetaDataParser<ApplicationExceptionMetaData>reader - XMLStreamExceptionprotected void processElement(ApplicationExceptionMetaData applicationExceptionMetaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
ApplicationExceptionMetaData accordingly.processElement in class AbstractMetaDataParser<ApplicationExceptionMetaData>applicationExceptionMetaData - reader - XMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.