620621622623624625626
} } class WriteableNewBrokerAck implements Writeable { public void write(OutputStream os) throws IOUtilsException { EncodingUtils.encodeToStream(encodingRegistry, new NewBrokerAck(), os); }
643644645646647648649