Package org.codehaus.cargo.module.ejb
Interface EjbArchive
-
- All Superinterfaces:
JarArchive
- All Known Implementing Classes:
DefaultEjbArchive
public interface EjbArchive extends JarArchive
Class that encapsulates access to an EJB JAR.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EjbJarXml
getEjbJarXml()
Return the ejb-jar.xml.-
Methods inherited from interface org.codehaus.cargo.module.JarArchive
containsClass, expandToPath, findResource, getResource, getResources
-
-
-
-
Method Detail
-
getEjbJarXml
EjbJarXml getEjbJarXml() throws IOException, org.jdom2.JDOMException
Return the ejb-jar.xml.- Returns:
- the EjbJarXml
- Throws:
IOException
- If there was a problem reading the deployment descriptor in the EARorg.jdom2.JDOMException
- If there is a problem with the XML
-
-