|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.DefaultJarArchive
org.codehaus.cargo.module.ejb.DefaultEjbArchive
public class DefaultEjbArchive
Class that encapsulates access to an EJB JAR.
| Constructor Summary | |
|---|---|
DefaultEjbArchive(java.io.InputStream theInputStream)
Constructor. |
|
DefaultEjbArchive(java.lang.String file)
|
|
| Method Summary | |
|---|---|
EjbJarXml |
getEjbJarXml()
Return the ejb-jar.xml. |
| Methods inherited from class org.codehaus.cargo.module.DefaultJarArchive |
|---|
containsClass, expandToPath, findResource, getContentAsStream, getFileHandler, getResource, getResources, setFileHandler, streamToByteArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.cargo.module.JarArchive |
|---|
containsClass, expandToPath, findResource, getResource, getResources |
| Constructor Detail |
|---|
public DefaultEjbArchive(java.lang.String file)
DefaultJarArchive.DefaultJarArchive(String)
public DefaultEjbArchive(java.io.InputStream theInputStream)
throws java.io.IOException
theInputStream - The input stream for the enterprise application archive
java.io.IOException - If there was a problem reading the EJB| Method Detail |
|---|
public final EjbJarXml getEjbJarXml()
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
getEjbJarXml in interface EjbArchivejava.io.IOException - If there was a problem reading the deployment descriptor in the EAR
org.xml.sax.SAXException - If the deployment descriptor of the EAR could not be parsed
javax.xml.parsers.ParserConfigurationException - If there is an XML parser configration problemEjbArchive.getEjbJarXml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||