public class StatefulTimeoutMetaDataParser extends AbstractMetaDataParser<StatefulTimeoutMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static StatefulTimeoutMetaDataParser |
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 |
---|
StatefulTimeoutMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
StatefulTimeoutMetaData |
parse(XMLStreamReader reader)
Creates and returns
StatefulTimeoutMetaData
|
protected void |
processElement(StatefulTimeoutMetaData schedule,
XMLStreamReader reader)
Process the single element.
|
protected void |
processUnitElement(StatefulTimeoutMetaData metaData,
XMLStreamReader reader) |
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final StatefulTimeoutMetaDataParser INSTANCE
public StatefulTimeoutMetaData parse(XMLStreamReader reader) throws XMLStreamException
StatefulTimeoutMetaData
parse
in class AbstractMetaDataParser<StatefulTimeoutMetaData>
reader
- XMLStreamException
protected void processElement(StatefulTimeoutMetaData schedule, XMLStreamReader reader) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractMetaDataParser<StatefulTimeoutMetaData>
XMLStreamException
protected void processUnitElement(StatefulTimeoutMetaData metaData, XMLStreamReader reader) throws XMLStreamException
XMLStreamException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.