public class AsyncMethodMetaDataParser extends AbstractMetaDataParser<AsyncMethodMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static AsyncMethodMetaDataParser |
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 |
---|
AsyncMethodMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
AsyncMethodMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Start parsing and generate the associated meta-data.
|
protected void |
processElement(AsyncMethodMetaData metaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
processElements
attributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final AsyncMethodMetaDataParser INSTANCE
public AsyncMethodMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
parse
in class AbstractMetaDataParser<AsyncMethodMetaData>
XMLStreamException
protected void processElement(AsyncMethodMetaData metaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractMetaDataParser<AsyncMethodMetaData>
XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.