Class WsdlParser

  • All Implemented Interfaces:

    
    public class WsdlParser
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class WsdlParser.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final WsdlModel getWsdl() The parsed WsdlModel
      final Map<String, String> collectSchemas() Collects all the schemas associated to the provided wsdl file.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • collectSchemas

         final Map<String, String> collectSchemas()

        Collects all the schemas associated to the provided wsdl file.

        Returns:

        a map with the name of the schema as key and the content of the schema as value.