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)
Start parsing and generate the associated meta-data.
|
protected void |
processElement(AsyncMethodMetaData metaData,
XMLStreamReader reader)
Process the single element.
|
processElementsattributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final AsyncMethodMetaDataParser INSTANCE
public AsyncMethodMetaData parse(XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParserparse in class AbstractMetaDataParser<AsyncMethodMetaData>XMLStreamExceptionprotected void processElement(AsyncMethodMetaData metaData, XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParserprocessElement in class AbstractMetaDataParser<AsyncMethodMetaData>XMLStreamExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.