com.ibm.tivoli.maximo.interaction.wsdl

Interface WSDLParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      WSDLInfo parse(org.xml.sax.InputSource wsdlSource)
      Parse the WSDL specified in the wsdlSource and return the WSDLInfo object
      WSDLInfo parse(java.net.URL wsdlURL)
      Parse the WSDL specified in the wsdlURL and return the WSDLInfo object
    • Method Detail

      • parse

        WSDLInfo parse(java.net.URL wsdlURL)
                throws MXException
        Parse the WSDL specified in the wsdlURL and return the WSDLInfo object
        Parameters:
        wsdlURL - the wsdl url
        Returns:
        the WSDLInfo object
        Throws:
        MXException
      • parse

        WSDLInfo parse(org.xml.sax.InputSource wsdlSource)
                throws MXException
        Parse the WSDL specified in the wsdlSource and return the WSDLInfo object
        Parameters:
        wsdlSource - the wsdl Source object
        Returns:
        the WSDLInfo object
        Throws:
        MXException