Class DistributableWebDeploymentXMLReader
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentXMLReader
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<DistributableWebDeploymentConfiguration>,org.jboss.staxmapper.XMLElementReader<MutableDistributableDeploymentConfiguration>
public class DistributableWebDeploymentXMLReader extends Object implements org.jboss.staxmapper.XMLElementReader<MutableDistributableDeploymentConfiguration>, org.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<DistributableWebDeploymentConfiguration>
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 DistributableWebDeploymentConfigurationparse(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.as.server.deployment.DeploymentUnit unit)voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableDeploymentConfiguration configuration)
-
-
-
Constructor Detail
-
DistributableWebDeploymentXMLReader
public DistributableWebDeploymentXMLReader(DistributableWebDeploymentSchema schema)
-
-
Method Detail
-
parse
public DistributableWebDeploymentConfiguration parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.as.server.deployment.DeploymentUnit unit) throws XMLStreamException
- Specified by:
parsein interfaceorg.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<DistributableWebDeploymentConfiguration>- Throws:
XMLStreamException
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, MutableDistributableDeploymentConfiguration configuration) throws XMLStreamException- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<MutableDistributableDeploymentConfiguration>- Throws:
XMLStreamException
-
-