public class AroundTimeoutMetaDataParser extends AbstractMetaDataParser<AroundTimeoutMetaData>
MetaDataElementParser.DTDInfo| Modifier and Type | Field | Description |
|---|---|---|
static AroundTimeoutMetaDataParser |
INSTANCE |
| Constructor | Description |
|---|---|
AroundTimeoutMetaDataParser() |
| Modifier and Type | Method | Description |
|---|---|---|
AroundTimeoutMetaData |
parse(javax.xml.stream.XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Parses and creates AroundInvokeMetaData out of the around-invoke element
|
protected void |
processElement(AroundTimeoutMetaData aroundTimeout,
javax.xml.stream.XMLStreamReader reader,
PropertyReplacer propertyReplacer) |
Parses the child elements in the around-invoke element and updates the passed
AroundInvokeMetaData
accordingly. |
processElementsattributeHasNamespace, consumeElementContent, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequiredAttributes, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValuepublic static final AroundTimeoutMetaDataParser INSTANCE
public AroundTimeoutMetaData parse(javax.xml.stream.XMLStreamReader reader, PropertyReplacer propertyReplacer) throws javax.xml.stream.XMLStreamException
parse in class AbstractMetaDataParser<AroundTimeoutMetaData>reader - javax.xml.stream.XMLStreamExceptionprotected void processElement(AroundTimeoutMetaData aroundTimeout, javax.xml.stream.XMLStreamReader reader, PropertyReplacer propertyReplacer) throws javax.xml.stream.XMLStreamException
AroundInvokeMetaData
accordingly.processElement in class AbstractMetaDataParser<AroundTimeoutMetaData>aroundTimeout - reader - javax.xml.stream.XMLStreamExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.