public class ApplicationExceptionMetaDataParser extends AbstractIdMetaDataParser<ApplicationExceptionMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field | Description |
|---|---|---|
static ApplicationExceptionMetaDataParser |
INSTANCE |
| Constructor | Description |
|---|---|
ApplicationExceptionMetaDataParser() |
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationExceptionMetaData |
parse(javax.xml.stream.XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Parses and creates InterceptorsMetaData out of the interceptors element
|
protected void |
processElement(ApplicationExceptionMetaData applicationExceptionMetaData,
javax.xml.stream.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(javax.xml.stream.XMLStreamReader reader, PropertyReplacer propertyReplacer) throws javax.xml.stream.XMLStreamException
parse in class AbstractMetaDataParser<ApplicationExceptionMetaData>reader - javax.xml.stream.XMLStreamExceptionprotected void processElement(ApplicationExceptionMetaData applicationExceptionMetaData, javax.xml.stream.XMLStreamReader reader, PropertyReplacer propertyReplacer) throws javax.xml.stream.XMLStreamException
ApplicationExceptionMetaData accordingly.processElement in class AbstractMetaDataParser<ApplicationExceptionMetaData>applicationExceptionMetaData - reader - javax.xml.stream.XMLStreamExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.