Class RegistryDependency

java.lang.Object
org.wso2.carbon.mediation.initializer.RegistryDependency

public class RegistryDependency extends Object
This class is used to find wsdl/schema dependencies using registry.core() and doing string manipulation to map the relative location to absolute registry location
  • Constructor Details

    • RegistryDependency

      public RegistryDependency(String registryKey)
      Parameters:
      registryKey -
  • Method Details

    • getDependencies

      public Map<String,String> getDependencies()
      Get the associations related to a particular WSDL/schema key
    • constructRegistryPathToRelativePath

      public String constructRegistryPathToRelativePath(String relativeLocation)
      Constructing the relative location to the actual registry path (eg:removing versions and ../ (../../../a.xsd;version 1000)
      Parameters:
      relativeLocation -
      Returns: