114115116117118119120121122123124
} try { Element ele = DOMUtils.parse(getClientIdElement(clientID)); replyTo.addReferenceParameter(ele); } catch (IOException e) { throw new RuntimeException(e); }