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