|
||||||||||
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.jboss.JBossWebXmlIo
public class JBossWebXmlIo
Provides convenience methods for reading JBoss web context descriptor.
Constructor Summary | |
---|---|
protected |
JBossWebXmlIo(DescriptorType factory)
Constructor. |
Method Summary | |
---|---|
static JBossWebXml |
parseJBossWebXml(java.io.InputStream theInput)
Parses a deployment descriptor provided as input stream. |
Methods inherited from class org.codehaus.cargo.module.AbstractDescriptorIo |
---|
createDocumentBuilder, createDocumentBuilder, getEntityResolver, parseXml, parseXml, 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 |
---|
protected JBossWebXmlIo(DescriptorType factory)
factory
- Descriptor TypeMethod Detail |
---|
public static JBossWebXml parseJBossWebXml(java.io.InputStream theInput) throws java.io.IOException, org.jdom.JDOMException
theInput
- The input stream
java.io.IOException
- If an I/O error occurs
org.jdom.JDOMException
- If the XML parser was not correctly
configured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |