com.ibm.tivoli.maximo.interaction.wsdl

Class DefaultWSDLParser

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.wsdl.DefaultWSDLParser
  • All Implemented Interfaces:
    WSDLParser


    public class DefaultWSDLParser
    extends java.lang.Object
    implements WSDLParser
    Default WSDL parser which implements the com.ibm.tivoli.maximo.interaction.wsdl.WSDLParser interface.
    • Constructor Detail

      • DefaultWSDLParser

        public DefaultWSDLParser()
    • Method Detail

      • parse

        public WSDLInfo parse(java.net.URL wsdlURL)
                       throws MXException
        Description copied from interface: WSDLParser
        Parse the WSDL specified in the wsdlURL and return the WSDLInfo object
        Specified by:
        parse in interface WSDLParser
        Parameters:
        wsdlURL - the wsdl url
        Returns:
        the WSDLInfo object
        Throws:
        MXException
      • getLogger

        protected MXLogger getLogger()
      • parse

        public WSDLInfo parse(org.xml.sax.InputSource wsdlSource)
                       throws MXException
        Description copied from interface: WSDLParser
        Parse the WSDL specified in the wsdlSource and return the WSDLInfo object
        Specified by:
        parse in interface WSDLParser
        Parameters:
        wsdlSource - the wsdl Source object
        Returns:
        the WSDLInfo object
        Throws:
        MXException