Class OrionWebXml

    • Constructor Detail

      • OrionWebXml

        public OrionWebXml​(org.jdom2.Element rootElement,
                           DescriptorType type)
        Constructor.
        Parameters:
        rootElement - The root document element
        type - The document descriptor type
    • 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
      • addEjbReference

        public void addEjbReference​(EjbRef ref)
        Adds a ejb reference description to orion-web.xml.
        Specified by:
        addEjbReference in interface VendorWebAppDescriptor
        Parameters:
        ref - reference to add