Class OrionEjbJarXml

    • Constructor Detail

      • OrionEjbJarXml

        public OrionEjbJarXml​(org.jdom2.Element document,
                              DescriptorType type)
        Constructor.
        Parameters:
        document - The DOM document representing the parsed deployment descriptor
        type - the type of the descriptor
    • Method Detail

      • getFileName

        public String getFileName()
        Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
        Specified by:
        getFileName in interface Descriptor
        Returns:
        the file name
      • getJndiName

        public String getJndiName​(EjbDef ejb)
        Returns the jndi name for an EJB.
        Specified by:
        getJndiName in interface VendorEjbDescriptor
        Parameters:
        ejb - The EjbDef to get the jndi for
        Returns:
        the jndi name of the ejb