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 Type
    Method
    Description
    parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit)