public class SingletonDeploymentXMLReader extends Object implements org.jboss.staxmapper.XMLElementReader<MutableSingletonDeploymentConfiguration>, org.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<SingletonDeploymentConfiguration>
| Constructor and Description |
|---|
SingletonDeploymentXMLReader(SingletonDeploymentSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
SingletonDeploymentConfiguration |
parse(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.as.server.deployment.DeploymentUnit unit) |
void |
readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
MutableSingletonDeploymentConfiguration config) |
public SingletonDeploymentXMLReader(SingletonDeploymentSchema schema)
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
MutableSingletonDeploymentConfiguration config)
throws XMLStreamException
readElement in interface org.jboss.staxmapper.XMLElementReader<MutableSingletonDeploymentConfiguration>XMLStreamExceptionpublic SingletonDeploymentConfiguration parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.as.server.deployment.DeploymentUnit unit) throws XMLStreamException
parse in interface org.jboss.as.server.deployment.jbossallxml.JBossAllXMLParser<SingletonDeploymentConfiguration>XMLStreamExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.