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, expandToPath, findResource, getContentAsStream, getFileHandler, getResource, getResources, setFileHandler, streamToByteArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsClass, expandToPath, expandToPath, findResource, getResource, getResources
public 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 EjbJarXml getEjbJarXml() throws IOException, org.jdom.JDOMException
getEjbJarXml
in interface EjbArchive
IOException
- If there was a problem reading the deployment descriptor in the EARorg.jdom.JDOMException
- If there is a problem with the XMLCopyright © 2004–2019 Github. All rights reserved.