|
||||||||||
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, 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, 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 EJBMethod Detail |
---|
public final EjbJarXml getEjbJarXml() throws java.io.IOException, org.jdom.JDOMException
getEjbJarXml
in interface EjbArchive
org.jdom.JDOMException
java.io.IOException
- If there was a problem reading the deployment descriptor in the EAREjbArchive.getEjbJarXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |