370371372373374375376
throw new AMQMethodNotImplementedException(body); } public boolean dispatchFileReject(FileRejectBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
375376377378379380381
throw new AMQMethodNotImplementedException(body); } public boolean dispatchQueueBind(QueueBindBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
380381382383384385386
throw new AMQMethodNotImplementedException(body); } public boolean dispatchQueueDeclare(QueueDeclareBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
385386387388389390391
throw new AMQMethodNotImplementedException(body); } public boolean dispatchQueueDelete(QueueDeleteBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
390391392393394395396
throw new AMQMethodNotImplementedException(body); } public boolean dispatchQueuePurge(QueuePurgeBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
395396397398399400401
throw new AMQMethodNotImplementedException(body); } public boolean dispatchStreamCancel(StreamCancelBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
400401402403404405406
throw new AMQMethodNotImplementedException(body); } public boolean dispatchStreamConsume(StreamConsumeBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
405406407408409410411
throw new AMQMethodNotImplementedException(body); } public boolean dispatchStreamPublish(StreamPublishBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
410411412413414415416
throw new AMQMethodNotImplementedException(body); } public boolean dispatchStreamQos(StreamQosBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }
415416417418419420421
throw new AMQMethodNotImplementedException(body); } public boolean dispatchTunnelRequest(TunnelRequestBody body, int channelId) throws AMQException { throw new AMQMethodNotImplementedException(body); }