|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.AbstractDescriptorIo
org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlIo
public class WeblogicXmlIo
Provides convenience methods for reading Weblogic web deployment descriptor.
| Constructor Summary | |
|---|---|
WeblogicXmlIo()
|
|
| Method Summary | |
|---|---|
static WeblogicXml |
parseWeblogicXml(java.io.InputStream input)
Parses a deployment descriptor provided as input stream. |
| Methods inherited from class org.codehaus.cargo.module.AbstractDescriptorIo |
|---|
createDocumentBuilder, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeblogicXmlIo()
| Method Detail |
|---|
public static WeblogicXml parseWeblogicXml(java.io.InputStream input)
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException,
java.io.IOException
input - The input stream
org.xml.sax.SAXException - If the input could not be parsed
javax.xml.parsers.ParserConfigurationException - If the XML parser was not correctly configured
java.io.IOException - If an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||