|
||||||||||
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.ejb.EjbJarXmlIo
public class EjbJarXmlIo
Provides convenience methods for reading and writing ejb deployment descriptors (ejb-jar.xml).
Constructor Summary | |
---|---|
protected |
EjbJarXmlIo()
|
Method Summary | |
---|---|
static EjbJarXml |
parseEjbJarXml(java.io.InputStream input,
org.xml.sax.EntityResolver entityResolver)
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 EjbJarXmlIo()
factory
- Method Detail |
---|
public static EjbJarXml parseEjbJarXml(java.io.InputStream input, org.xml.sax.EntityResolver entityResolver) throws java.io.IOException, org.jdom.JDOMException
input
- The input streamentityResolver
- A SAX entity resolver, or null
to use the default
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 |