我在这个问题上需要一些帮助:
由于种种原因,我必须在“/ _system / config”注册表中保存一些端点。
在我的代码中,我需要获取所有这些代码。 我知道我可以使用下面链接中的代码以编程方式获取一个资源,并且以前知道它的密钥: http://vvratha.blogspot.it/2013_02_01_archive.html
特别是指的是:
Registry regInstance = synapseMsgContext.getConfiguration()
.getRegistry();
Object obj = regInstance.getResource(new Entry ("Key"), null);
如何获取所有/ _system / config条目列表? 非常感谢。
答案 0 :(得分:0)
尝试;
regInstance.getResource(new Entry ("conf:/"), null);