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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableWebDeploymentConfiguration configuration)
-
Constructor Details
-
DistributableWebDeploymentXMLReader
-
-
Method Details
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableWebDeploymentConfiguration configuration) throws XMLStreamException - Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<MutableDistributableWebDeploymentConfiguration>- Throws:
XMLStreamException
-