com.ibm.tivoli.maximo.interaction.wsdl

Class WSDLParserFactory

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.wsdl.WSDLParserFactory


  • public class WSDLParserFactory
    extends java.lang.Object
    The factory for wsdl parsers. This implementation will look for the property mxe.int.wsdlparser value to figure out the parser implementation. If no value is provided the default implementation com.ibm.tivoli.maximo.interaction.wsdl.DefaultWSDLParser is used.
    See Also:
    DefaultWSDLParser
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static WSDLParser getWSDLParser()
      The factory method for the WSDL parser.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSDLParserFactory

        public WSDLParserFactory()
    • Method Detail

      • getWSDLParser

        public static WSDLParser getWSDLParser()
                                        throws MXException
        The factory method for the WSDL parser.
        Returns:
        the WSDLParser implementation.
        Throws:
        MXException