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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit)
-
-
-
Method Detail
-
parse
T parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit) throws XMLStreamException
- Throws:
XMLStreamException
-
-