Class WeblogicXmlIo

  • All Implemented Interfaces:
    DescriptorIo

    public class WeblogicXmlIo
    extends AbstractDescriptorIo
    Provides convenience methods for reading WebLogic web deployment descriptor.
    • Constructor Detail

      • WeblogicXmlIo

        protected WeblogicXmlIo()
        Constructor.
    • Method Detail

      • parseWeblogicXml

        public static WeblogicXml parseWeblogicXml​(InputStream input)
                                            throws IOException,
                                                   org.jdom2.JDOMException
        Parses a deployment descriptor provided as input stream.
        Parameters:
        input - The input stream
        Returns:
        The parsed descriptor
        Throws:
        org.jdom2.JDOMException - If the input could not be parsed
        IOException - If an I/O error occurs