return (Hermes) getBean();
}
public void add(DestinationConfigTreeNode node) {
TreeMap<DestinationConfigKeyWrapper, MutableTreeNode> map = new TreeMap<DestinationConfigKeyWrapper, MutableTreeNode>(
new DestinationConfigKeyWrapperComparator());
for (int i = 0; i < getChildCount(); i++) {
DestinationConfigTreeNode child = (DestinationConfigTreeNode) getChildAt(i);
map.put(new DestinationConfigKeyWrapper(getHermes(), child.getConfig()), child);
}