Class IbmWebBndXmi

    • Constructor Detail

      • IbmWebBndXmi

        public IbmWebBndXmi​(org.jdom2.Element rootElement,
                            DescriptorType type)
        Constructor.
        Parameters:
        rootElement - The root document element
        type - The 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 the websphere web deployment descriptor.
        Specified by:
        addEjbReference in interface VendorWebAppDescriptor
        Parameters:
        ref - the reference to add