Class RegistryDependency
java.lang.Object
org.wso2.carbon.mediation.initializer.RegistryDependency
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 -
Method Summary
Modifier and TypeMethodDescriptionconstructRegistryPathToRelativePath(String relativeLocation) Constructing the relative location to the actual registry path (eg:removing versions and ../ (../../../a.xsd;version 1000)Get the associations related to a particular WSDL/schema key
-
Constructor Details
-
RegistryDependency
- Parameters:
registryKey-
-
-
Method Details
-
getDependencies
Get the associations related to a particular WSDL/schema key -
constructRegistryPathToRelativePath
Constructing the relative location to the actual registry path (eg:removing versions and ../ (../../../a.xsd;version 1000)- Parameters:
relativeLocation-- Returns:
-