320321322323324325326
throw new AMQMethodNotImplementedException(body); } public boolean dispatchDtxSelect(DtxSelectBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
325326327328329330331
throw new AMQMethodNotImplementedException(body); } public boolean dispatchDtxStart(DtxStartBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
330331332333334335336
throw new AMQMethodNotImplementedException(body); } public boolean dispatchExchangeBound(ExchangeBoundBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
335336337338339340341
throw new AMQMethodNotImplementedException(body); } public boolean dispatchExchangeDeclare(ExchangeDeclareBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
340341342343344345346
throw new AMQMethodNotImplementedException(body); } public boolean dispatchExchangeDelete(ExchangeDeleteBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
345346347348349350351
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFileAck(FileAckBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
350351352353354355356
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFileCancel(FileCancelBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
355356357358359360361
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFileConsume(FileConsumeBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
360361362363364365366
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFilePublish(FilePublishBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
365366367368369370371
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFileQos(FileQosBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }