public class AroundInvokeMetaDataParser extends AbstractMetaDataParser<AroundInvokeMetaData>
MetaDataElementParser.DTDInfo
Modifier and Type | Field and Description |
---|---|
static AroundInvokeMetaDataParser |
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 |
---|
AroundInvokeMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
AroundInvokeMetaData |
parse(XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses and creates AroundInvokeMetaData out of the around-invoke element
|
protected void |
processElement(AroundInvokeMetaData aroundInvoke,
XMLStreamReader reader,
PropertyReplacer propertyReplacer)
Parses the child elements in the around-invoke element and updates the passed
AroundInvokeMetaData
accordingly. |
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 AroundInvokeMetaDataParser INSTANCE
public AroundInvokeMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
parse
in class AbstractMetaDataParser<AroundInvokeMetaData>
reader
- XMLStreamException
protected void processElement(AroundInvokeMetaData aroundInvoke, XMLStreamReader reader, PropertyReplacer propertyReplacer) throws XMLStreamException
AroundInvokeMetaData
accordingly.processElement
in class AbstractMetaDataParser<AroundInvokeMetaData>
aroundInvoke
- reader
- XMLStreamException
Copyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.