@MetaInfServices public class JpaStoreConfigurationParser extends Object implements ConfigurationParser
Constructor and Description |
---|
JpaStoreConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
Namespace[] |
getNamespaces() |
void |
readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed a
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping. |
public void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
ConfigurationParser
XMLExtendedStreamReader
positioned at a root
element associated with the parser itself according to the registered mapping.readElement
in interface ConfigurationParser
reader
- the XML stream readerholder
- a holder object used by the parser to maintain stateXMLStreamException
public Namespace[] getNamespaces()
getNamespaces
in interface ConfigurationParser
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.