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) |
processElementsattributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final StatefulTimeoutMetaDataParser INSTANCE
public StatefulTimeoutMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
StatefulTimeoutMetaData
parse in class AbstractMetaDataParser<StatefulTimeoutMetaData>reader - XMLStreamExceptionprotected void processElement(StatefulTimeoutMetaData schedule, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AbstractMetaDataParserprocessElement in class AbstractMetaDataParser<StatefulTimeoutMetaData>XMLStreamExceptionprotected void processUnitElement(StatefulTimeoutMetaData metaData, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
XMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.