public class OrionWebXmlIo extends AbstractDescriptorIo
Modifier | Constructor and Description |
---|---|
protected |
OrionWebXmlIo() |
|
OrionWebXmlIo(DescriptorType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static OrionWebXml |
parseOrionXml(InputStream input)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, createDocumentBuilder, getEntityResolver, parseXml, parseXml, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor
protected OrionWebXmlIo()
factory
- public OrionWebXmlIo(DescriptorType type)
type
- Document descriptor typepublic static OrionWebXml parseOrionXml(InputStream input) throws IOException, org.jdom.JDOMException
input
- The input streamorg.jdom.JDOMException
- If the input could not be parsedIOException
- If an I/O error occursCopyright © 2004-2013 Codehaus. All Rights Reserved.