org.apache.qpid.framing.amqp_0_91
Interface ServerMethodDispatcher_0_91

All Superinterfaces:
ServerMethodDispatcher
All Known Subinterfaces:
MethodDispatcher_0_91

public interface ServerMethodDispatcher_0_91
extends ServerMethodDispatcher


Method Summary
 boolean dispatchBasicAck(BasicAckBody body, int channelId)
           
 boolean dispatchBasicCancel(BasicCancelBody body, int channelId)
           
 boolean dispatchBasicConsume(BasicConsumeBody body, int channelId)
           
 boolean dispatchBasicGet(BasicGetBody body, int channelId)
           
 boolean dispatchBasicPublish(BasicPublishBody body, int channelId)
           
 boolean dispatchBasicQos(BasicQosBody body, int channelId)
           
 boolean dispatchBasicRecover(BasicRecoverBody body, int channelId)
           
 boolean dispatchBasicRecoverSync(BasicRecoverSyncBody body, int channelId)
           
 boolean dispatchBasicReject(BasicRejectBody body, int channelId)
           
 boolean dispatchChannelClose(ChannelCloseBody body, int channelId)
           
 boolean dispatchChannelCloseOk(ChannelCloseOkBody body, int channelId)
           
 boolean dispatchChannelFlow(ChannelFlowBody body, int channelId)
           
 boolean dispatchChannelFlowOk(ChannelFlowOkBody body, int channelId)
           
 boolean dispatchChannelOpen(ChannelOpenBody body, int channelId)
           
 boolean dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 boolean dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
           
 boolean dispatchConnectionOpen(ConnectionOpenBody body, int channelId)
           
 boolean dispatchConnectionSecureOk(ConnectionSecureOkBody body, int channelId)
           
 boolean dispatchConnectionStartOk(ConnectionStartOkBody body, int channelId)
           
 boolean dispatchConnectionTuneOk(ConnectionTuneOkBody body, int channelId)
           
 boolean dispatchExchangeBound(ExchangeBoundBody body, int channelId)
           
 boolean dispatchExchangeDeclare(ExchangeDeclareBody body, int channelId)
           
 boolean dispatchExchangeDelete(ExchangeDeleteBody body, int channelId)
           
 boolean dispatchQueueBind(QueueBindBody body, int channelId)
           
 boolean dispatchQueueDeclare(QueueDeclareBody body, int channelId)
           
 boolean dispatchQueueDelete(QueueDeleteBody body, int channelId)
           
 boolean dispatchQueuePurge(QueuePurgeBody body, int channelId)
           
 boolean dispatchQueueUnbind(QueueUnbindBody body, int channelId)
           
 boolean dispatchTxCommit(TxCommitBody body, int channelId)
           
 boolean dispatchTxRollback(TxRollbackBody body, int channelId)
           
 boolean dispatchTxSelect(TxSelectBody body, int channelId)
           
 

Method Detail

dispatchBasicAck

boolean dispatchBasicAck(BasicAckBody body,
                         int channelId)
                         throws AMQException
Specified by:
dispatchBasicAck in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicCancel

boolean dispatchBasicCancel(BasicCancelBody body,
                            int channelId)
                            throws AMQException
Specified by:
dispatchBasicCancel in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicConsume

boolean dispatchBasicConsume(BasicConsumeBody body,
                             int channelId)
                             throws AMQException
Specified by:
dispatchBasicConsume in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicGet

boolean dispatchBasicGet(BasicGetBody body,
                         int channelId)
                         throws AMQException
Specified by:
dispatchBasicGet in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicPublish

boolean dispatchBasicPublish(BasicPublishBody body,
                             int channelId)
                             throws AMQException
Specified by:
dispatchBasicPublish in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicQos

boolean dispatchBasicQos(BasicQosBody body,
                         int channelId)
                         throws AMQException
Specified by:
dispatchBasicQos in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicRecover

boolean dispatchBasicRecover(BasicRecoverBody body,
                             int channelId)
                             throws AMQException
Specified by:
dispatchBasicRecover in interface ServerMethodDispatcher
Throws:
AMQException

dispatchBasicRecoverSync

boolean dispatchBasicRecoverSync(BasicRecoverSyncBody body,
                                 int channelId)
                                 throws AMQException
Throws:
AMQException

dispatchBasicReject

boolean dispatchBasicReject(BasicRejectBody body,
                            int channelId)
                            throws AMQException
Specified by:
dispatchBasicReject in interface ServerMethodDispatcher
Throws:
AMQException

dispatchChannelClose

boolean dispatchChannelClose(ChannelCloseBody body,
                             int channelId)
                             throws AMQException
Specified by:
dispatchChannelClose in interface ServerMethodDispatcher
Throws:
AMQException

dispatchChannelCloseOk

boolean dispatchChannelCloseOk(ChannelCloseOkBody body,
                               int channelId)
                               throws AMQException
Specified by:
dispatchChannelCloseOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchChannelFlow

boolean dispatchChannelFlow(ChannelFlowBody body,
                            int channelId)
                            throws AMQException
Specified by:
dispatchChannelFlow in interface ServerMethodDispatcher
Throws:
AMQException

dispatchChannelFlowOk

boolean dispatchChannelFlowOk(ChannelFlowOkBody body,
                              int channelId)
                              throws AMQException
Specified by:
dispatchChannelFlowOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchChannelOpen

boolean dispatchChannelOpen(ChannelOpenBody body,
                            int channelId)
                            throws AMQException
Specified by:
dispatchChannelOpen in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionClose

boolean dispatchConnectionClose(ConnectionCloseBody body,
                                int channelId)
                                throws AMQException
Specified by:
dispatchConnectionClose in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionCloseOk

boolean dispatchConnectionCloseOk(ConnectionCloseOkBody body,
                                  int channelId)
                                  throws AMQException
Specified by:
dispatchConnectionCloseOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionOpen

boolean dispatchConnectionOpen(ConnectionOpenBody body,
                               int channelId)
                               throws AMQException
Specified by:
dispatchConnectionOpen in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionSecureOk

boolean dispatchConnectionSecureOk(ConnectionSecureOkBody body,
                                   int channelId)
                                   throws AMQException
Specified by:
dispatchConnectionSecureOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionStartOk

boolean dispatchConnectionStartOk(ConnectionStartOkBody body,
                                  int channelId)
                                  throws AMQException
Specified by:
dispatchConnectionStartOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchConnectionTuneOk

boolean dispatchConnectionTuneOk(ConnectionTuneOkBody body,
                                 int channelId)
                                 throws AMQException
Specified by:
dispatchConnectionTuneOk in interface ServerMethodDispatcher
Throws:
AMQException

dispatchExchangeBound

boolean dispatchExchangeBound(ExchangeBoundBody body,
                              int channelId)
                              throws AMQException
Specified by:
dispatchExchangeBound in interface ServerMethodDispatcher
Throws:
AMQException

dispatchExchangeDeclare

boolean dispatchExchangeDeclare(ExchangeDeclareBody body,
                                int channelId)
                                throws AMQException
Specified by:
dispatchExchangeDeclare in interface ServerMethodDispatcher
Throws:
AMQException

dispatchExchangeDelete

boolean dispatchExchangeDelete(ExchangeDeleteBody body,
                               int channelId)
                               throws AMQException
Specified by:
dispatchExchangeDelete in interface ServerMethodDispatcher
Throws:
AMQException

dispatchQueueBind

boolean dispatchQueueBind(QueueBindBody body,
                          int channelId)
                          throws AMQException
Specified by:
dispatchQueueBind in interface ServerMethodDispatcher
Throws:
AMQException

dispatchQueueDeclare

boolean dispatchQueueDeclare(QueueDeclareBody body,
                             int channelId)
                             throws AMQException
Specified by:
dispatchQueueDeclare in interface ServerMethodDispatcher
Throws:
AMQException

dispatchQueueDelete

boolean dispatchQueueDelete(QueueDeleteBody body,
                            int channelId)
                            throws AMQException
Specified by:
dispatchQueueDelete in interface ServerMethodDispatcher
Throws:
AMQException

dispatchQueuePurge

boolean dispatchQueuePurge(QueuePurgeBody body,
                           int channelId)
                           throws AMQException
Specified by:
dispatchQueuePurge in interface ServerMethodDispatcher
Throws:
AMQException

dispatchQueueUnbind

boolean dispatchQueueUnbind(QueueUnbindBody body,
                            int channelId)
                            throws AMQException
Throws:
AMQException

dispatchTxCommit

boolean dispatchTxCommit(TxCommitBody body,
                         int channelId)
                         throws AMQException
Specified by:
dispatchTxCommit in interface ServerMethodDispatcher
Throws:
AMQException

dispatchTxRollback

boolean dispatchTxRollback(TxRollbackBody body,
                           int channelId)
                           throws AMQException
Specified by:
dispatchTxRollback in interface ServerMethodDispatcher
Throws:
AMQException

dispatchTxSelect

boolean dispatchTxSelect(TxSelectBody body,
                         int channelId)
                         throws AMQException
Specified by:
dispatchTxSelect in interface ServerMethodDispatcher
Throws:
AMQException


Licensed to the Apache Software Foundation