270271272273274275276
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicGet(BasicGetBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
275276277278279280281
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicPublish(BasicPublishBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
280281282283284285286
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicQos(BasicQosBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
285286287288289290291
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicRecover(BasicRecoverBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
290291292293294295296
throw new AMQMethodNotImplementedException(body); } public boolean dispatchBasicReject(BasicRejectBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
295296297298299300301
throw new AMQMethodNotImplementedException(body); } public boolean dispatchChannelOpen(ChannelOpenBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
300301302303304305306
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionOpen(ConnectionOpenBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
305306307308309310311
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionSecureOk(ConnectionSecureOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
310311312313314315316
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionStartOk(ConnectionStartOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
315316317318319320321
throw new AMQMethodNotImplementedException(body); } public boolean dispatchConnectionTuneOk(ConnectionTuneOkBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }