ensureReReadable(exchange.getIn(false));
ensureReReadable(exchange.getOut(false));
ensureReReadable(exchange.getFault(false));
}
} catch (IOException e) {
throw new NmrRuntimeException(e);
} catch (TransformerException e) {
throw new NmrRuntimeException(e);
}
}