public class ResinWebXmlIo extends AbstractDescriptorIo
Constructor and Description |
---|
ResinWebXmlIo() |
Modifier and Type | Method and Description |
---|---|
static ResinWebXml |
parseResinXml(InputStream input)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor
public static ResinWebXml parseResinXml(InputStream input) throws SAXException, ParserConfigurationException, IOException
input
- 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.