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 Summary
Constructors Constructor Description RegistryDependency(String registryKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
constructRegistryPathToRelativePath(String relativeLocation)
Constructing the relative location to the actual registry path (eg:removing versions and ../ (../../../a.xsd;version 1000)Map<String,String>
getDependencies()
Get the associations related to a particular WSDL/schema key
-