public class JBossWebXmlIo extends AbstractDescriptorIo
| Constructor and Description |
|---|
JBossWebXmlIo() |
| Modifier and Type | Method and Description |
|---|---|
static JBossWebXml |
parseJBossWebXml(InputStream theInput)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptorpublic static JBossWebXml parseJBossWebXml(InputStream theInput) throws SAXException, ParserConfigurationException, IOException
theInput - The input streamSAXException - If the input could not be parsedParserConfigurationException - If the XML parser was not correctly
configuredIOException - If an I/O error occursCopyright © 2004-2013 Codehaus. All Rights Reserved.