BrokerNode broker = new BrokerNode(r, facade, brokerName);
return new Object[]{broker};
}
}
} else if (parentElement instanceof NodeSupport) {
NodeSupport contexts = (NodeSupport)parentElement;
return contexts.getChildren();
}
return new Object[0];
}