Interface JBossAllXMLParser<T>
- All Known Subinterfaces:
JBossAllSchema<S,T>
- All Known Implementing Classes:
JBossAllXmlParserAdaptor
public interface JBossAllXMLParser<T>
Parser class that should be implemented by JBoss XML element parsers to parse their deployment descriptor data.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionparse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit)
-
Method Details
-
parse
T parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit) throws XMLStreamException - Throws:
XMLStreamException
-