273274275276277278279280281282283
* * @param exchange * @return */ public NodeState getNodeState(Exchange exchange) { NodeState nodeState = null; String state = getEndpoint().getNodeState(); if (state != null) { nodeState = NodeState.valueOf(state); }