Registry registry = messageContext.getConfiguration().getRegistry();
Object obj=registry.getResource(new Entry("conf:/repository/wso2telco/configurations/mediationConfig.xml"),null);
if (obj!=null) {
String content = obj.toString();
}
Object obj=registry.getResource(new Entry("conf:/repository/wso2telco/configurations/mediationConfig.xml"),null);
if (obj!=null) {
String content = obj.toString();
}