public class AroundTimeoutMetaDataParser extends AbstractMetaDataParser<AroundTimeoutMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static AroundTimeoutMetaDataParser |
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 |
---|
AroundTimeoutMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
AroundTimeoutMetaData |
parse(XMLStreamReader reader)
Parses and creates AroundInvokeMetaData out of the around-invoke element
|
protected void |
processElement(AroundTimeoutMetaData aroundTimeout,
XMLStreamReader reader)
Parses the child elements in the around-invoke element and updates the passed
AroundInvokeMetaData
accordingly. |
processElements
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
public static final AroundTimeoutMetaDataParser INSTANCE
public AroundTimeoutMetaData parse(XMLStreamReader reader) throws XMLStreamException
parse
in class AbstractMetaDataParser<AroundTimeoutMetaData>
reader
- XMLStreamException
protected void processElement(AroundTimeoutMetaData aroundTimeout, XMLStreamReader reader) throws XMLStreamException
AroundInvokeMetaData
accordingly.processElement
in class AbstractMetaDataParser<AroundTimeoutMetaData>
aroundTimeout
- reader
- XMLStreamException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.