public class JBossWebXmlIo extends AbstractDescriptorIo
Modifier | Constructor and Description |
---|---|
protected |
JBossWebXmlIo(DescriptorType factory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static JBossWebXml |
parseJBossWebXml(InputStream theInput)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, createDocumentBuilder, getEntityResolver, parseXml, parseXml, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor
protected JBossWebXmlIo(DescriptorType factory)
factory
- Descriptor Typepublic static JBossWebXml parseJBossWebXml(InputStream theInput) throws IOException, org.jdom.JDOMException
theInput
- The input streamIOException
- If an I/O error occursorg.jdom.JDOMException
- If the XML parser was not correctly
configuredCopyright © 2004-2013 Codehaus. All Rights Reserved.