Class DefaultEjbArchive

    • Constructor Detail

      • DefaultEjbArchive

        public DefaultEjbArchive​(InputStream theInputStream)
                          throws IOException
        Constructor.
        Parameters:
        theInputStream - The input stream for the enterprise application archive
        Throws:
        IOException - If there was a problem reading the EJB
    • Method Detail

      • getEjbJarXml

        public EjbJarXml getEjbJarXml()
                               throws IOException,
                                      org.jdom2.JDOMException
        Return the ejb-jar.xml.
        Specified by:
        getEjbJarXml in interface EjbArchive
        Returns:
        the EjbJarXml
        Throws:
        IOException - If there was a problem reading the deployment descriptor in the EAR
        org.jdom2.JDOMException - If there is a problem with the XML