Class SingletonXMLReader
- java.lang.Object
-
- org.wildfly.extension.clustering.singleton.SingletonXMLReader
-
- All Implemented Interfaces:
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
public class SingletonXMLReader extends Object implements org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
Parses singleton deployer subsystem configuration from XML.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SingletonXMLReader(SingletonSubsystemSchema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> result)
-
-
-
Constructor Detail
-
SingletonXMLReader
public SingletonXMLReader(SingletonSubsystemSchema schema)
-
-
Method Detail
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> result) throws XMLStreamException- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>- Throws:
XMLStreamException
-
-