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 1088 2006-07-15 19:37:00Z vmassol $
getEjbJarXml
public EjbJarXml getEjbJarXml()
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
- Return the ejb-jar.xml.
- Returns:
- the EjbJarXml
- Throws:
java.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 problem
Copyright © 2004-2008 Codehaus. All Rights Reserved.