Class DistributableWebDeploymentXMLReader
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentXMLReader
-
- All Implemented Interfaces:
org.jboss.staxmapper.XMLElementReader<MutableDistributableWebDeploymentConfiguration>
public class DistributableWebDeploymentXMLReader extends Object implements org.jboss.staxmapper.XMLElementReader<MutableDistributableWebDeploymentConfiguration>
Parser for both jboss-all.xml distributable-web namespace parsing its standalone deployment descriptor counterpart.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DistributableWebDeploymentXMLReader(DistributableWebDeploymentSchema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableWebDeploymentConfiguration configuration)
-
-
-
Constructor Detail
-
DistributableWebDeploymentXMLReader
public DistributableWebDeploymentXMLReader(DistributableWebDeploymentSchema schema)
-
-
Method Detail
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableWebDeploymentConfiguration configuration) throws XMLStreamException- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<MutableDistributableWebDeploymentConfiguration>- Throws:
XMLStreamException
-
-