275276277278279280281
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicReject(BasicRejectBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
280281282283284285286
throw new AMQMethodNotImplementedException(body); } public boolean dispatchChannelOpen(ChannelOpenBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
285286287288289290291
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionOpen(ConnectionOpenBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
290291292293294295296
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionSecureOk(ConnectionSecureOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
295296297298299300301
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionStartOk(ConnectionStartOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
300301302303304305306
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionTuneOk(ConnectionTuneOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
305306307308309310311
throw new AMQMethodNotImplementedException(body); } public boolean dispatchDtxSelect(DtxSelectBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
310311312313314315316
throw new AMQMethodNotImplementedException(body); } public boolean dispatchDtxStart(DtxStartBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
315316317318319320321
throw new AMQMethodNotImplementedException(body); } public boolean dispatchExchangeBound(ExchangeBoundBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
320321322323324325326
throw new AMQMethodNotImplementedException(body); } public boolean dispatchExchangeDeclare(ExchangeDeclareBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }