109110111112113114115116117118119
} String output = conduit.toString(); log.debug("<< "+output); Channel channel = bayeux.getChannel("/dwr" + fromClient.getId(), true); channel.publish(client, output, calls.getBatchId()); } catch (Exception ex) { log.warn("Protocol Error", ex); }