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,
PropertyReplacer propertyReplacer)
Creates and returns
StatefulTimeoutMetaData
|
protected void |
processElement(StatefulTimeoutMetaData schedule,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Process the single element.
|
protected void |
processUnitElement(StatefulTimeoutMetaData metaData,
XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
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 StatefulTimeoutMetaDataParser INSTANCE
public StatefulTimeoutMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
StatefulTimeoutMetaData
parse
in class AbstractMetaDataParser<StatefulTimeoutMetaData>
reader
- XMLStreamException
protected void processElement(StatefulTimeoutMetaData schedule, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParser
processElement
in class AbstractMetaDataParser<StatefulTimeoutMetaData>
XMLStreamException
protected void processUnitElement(StatefulTimeoutMetaData metaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
XMLStreamException
Copyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.