Class MetadataFinder


  • public final class MetadataFinder
    extends DOMForest
    Author:
    Vivek Pandey
    • Field Detail

      • isMexMetadata

        public boolean isMexMetadata
    • Method Detail

      • parseWSDL

        public void parseWSDL()
      • getRootWSDL

        @Nullable
        public String getRootWSDL()
        Gives the root wsdl document systemId. A root wsdl document is the one which has wsdl:service.
        Returns:
        null if there is no root wsdl
      • getRootWSDLs

        @NotNull
        public Set<String> getRootWSDLs()
        Gives all the WSDL documents.