public class DefaultEjbArchive extends DefaultJarArchive implements EjbArchive
| Constructor and Description |
|---|
DefaultEjbArchive(InputStream theInputStream)
Constructor.
|
DefaultEjbArchive(String file) |
| Modifier and Type | Method and Description |
|---|---|
EjbJarXml |
getEjbJarXml()
Return the ejb-jar.xml.
|
containsClass, expandToPath, findResource, getContentAsStream, getFileHandler, getResource, getResources, setFileHandler, streamToByteArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsClass, expandToPath, findResource, getResource, getResourcespublic DefaultEjbArchive(String file)
public DefaultEjbArchive(InputStream theInputStream) throws IOException
theInputStream - The input stream for the enterprise application archiveIOException - If there was a problem reading the EJBpublic final EjbJarXml getEjbJarXml() throws IOException, SAXException, ParserConfigurationException
getEjbJarXml in interface EjbArchiveIOException - If there was a problem reading the deployment descriptor in the EARSAXException - If the deployment descriptor of the EAR could not be parsedParserConfigurationException - If there is an XML parser configration problemEjbArchive.getEjbJarXml()Copyright © 2004-2013 Codehaus. All Rights Reserved.