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.

Version:
$Id: EjbArchive.java 1705 2008-09-02 13:14:55Z adriana $

Method Summary
 EjbJarXml getEjbJarXml()
          Return the ejb-jar.xml.
 
Methods inherited from interface org.codehaus.cargo.module.JarArchive
containsClass, expandToPath, expandToPath, findResource, getResource, getResources
 

Method Detail

getEjbJarXml

EjbJarXml getEjbJarXml()
                       throws IOException,
                              org.jdom.JDOMException
Return the ejb-jar.xml.

Returns:
the EjbJarXml
Throws:
IOException - If there was a problem reading the deployment descriptor in the EAR
org.jdom.JDOMException - If there is a problem with the XML


Copyright © 2004-2012 Codehaus. All Rights Reserved.