Class WeblogicXml

    • Constructor Detail

      • WeblogicXml

        public WeblogicXml​(org.jdom2.Element rootElement,
                           DescriptorType type)
        Constructor.
        Parameters:
        rootElement - The document root element
        type - The descriptor type
    • Method Detail

      • getFileName

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

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