org.apache.qpid.server.handler
Class ServerMethodDispatcherImpl_8_0

java.lang.Object
  extended by org.apache.qpid.server.handler.ServerMethodDispatcherImpl
      extended by org.apache.qpid.server.handler.ServerMethodDispatcherImpl_8_0
All Implemented Interfaces:
org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0, org.apache.qpid.framing.amqp_8_0.MethodDispatcher_8_0, org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0, org.apache.qpid.framing.ClientMethodDispatcher, org.apache.qpid.framing.MethodDispatcher, org.apache.qpid.framing.ServerMethodDispatcher

public class ServerMethodDispatcherImpl_8_0
extends ServerMethodDispatcherImpl
implements org.apache.qpid.framing.amqp_8_0.MethodDispatcher_8_0


Constructor Summary
ServerMethodDispatcherImpl_8_0(AMQStateManager stateManager)
           
 
Method Summary
 boolean dispatchBasicRecoverOk(org.apache.qpid.framing.BasicRecoverOkBody body, int channelId)
           
 boolean dispatchChannelAlert(org.apache.qpid.framing.ChannelAlertBody body, int channelId)
           
 boolean dispatchTestContent(org.apache.qpid.framing.TestContentBody body, int channelId)
           
 boolean dispatchTestContentOk(org.apache.qpid.framing.TestContentOkBody body, int channelId)
           
 boolean dispatchTestInteger(org.apache.qpid.framing.TestIntegerBody body, int channelId)
           
 boolean dispatchTestIntegerOk(org.apache.qpid.framing.TestIntegerOkBody body, int channelId)
           
 boolean dispatchTestString(org.apache.qpid.framing.TestStringBody body, int channelId)
           
 boolean dispatchTestStringOk(org.apache.qpid.framing.TestStringOkBody body, int channelId)
           
 boolean dispatchTestTable(org.apache.qpid.framing.TestTableBody body, int channelId)
           
 boolean dispatchTestTableOk(org.apache.qpid.framing.TestTableOkBody body, int channelId)
           
 
Methods inherited from class org.apache.qpid.server.handler.ServerMethodDispatcherImpl
createMethodDispatcher, dispatchAccessRequest, dispatchAccessRequestOk, dispatchBasicAck, dispatchBasicCancel, dispatchBasicCancelOk, dispatchBasicConsume, dispatchBasicConsumeOk, dispatchBasicDeliver, dispatchBasicGet, dispatchBasicGetEmpty, dispatchBasicGetOk, dispatchBasicPublish, dispatchBasicQos, dispatchBasicQosOk, dispatchBasicRecover, dispatchBasicReject, dispatchBasicReturn, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpen, dispatchChannelOpenOk, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpen, dispatchConnectionOpenOk, dispatchConnectionRedirect, dispatchConnectionSecure, dispatchConnectionSecureOk, dispatchConnectionStart, dispatchConnectionStartOk, dispatchConnectionTune, dispatchConnectionTuneOk, dispatchDtxSelect, dispatchDtxSelectOk, dispatchDtxStart, dispatchDtxStartOk, dispatchExchangeBound, dispatchExchangeBoundOk, dispatchExchangeDeclare, dispatchExchangeDeclareOk, dispatchExchangeDelete, dispatchExchangeDeleteOk, dispatchFileAck, dispatchFileCancel, dispatchFileCancelOk, dispatchFileConsume, dispatchFileConsumeOk, dispatchFileDeliver, dispatchFileOpen, dispatchFileOpenOk, dispatchFilePublish, dispatchFileQos, dispatchFileQosOk, dispatchFileReject, dispatchFileReturn, dispatchFileStage, dispatchQueueBind, dispatchQueueBindOk, dispatchQueueDeclare, dispatchQueueDeclareOk, dispatchQueueDelete, dispatchQueueDeleteOk, dispatchQueuePurge, dispatchQueuePurgeOk, dispatchStreamCancel, dispatchStreamCancelOk, dispatchStreamConsume, dispatchStreamConsumeOk, dispatchStreamDeliver, dispatchStreamPublish, dispatchStreamQos, dispatchStreamQosOk, dispatchStreamReturn, dispatchTunnelRequest, dispatchTxCommit, dispatchTxCommitOk, dispatchTxRollback, dispatchTxRollbackOk, dispatchTxSelect, dispatchTxSelectOk, getStateManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
dispatchAccessRequest, dispatchBasicAck, dispatchBasicCancel, dispatchBasicConsume, dispatchBasicGet, dispatchBasicPublish, dispatchBasicQos, dispatchBasicRecover, dispatchBasicReject, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpen, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpen, dispatchConnectionSecureOk, dispatchConnectionStartOk, dispatchConnectionTuneOk, dispatchDtxSelect, dispatchDtxStart, dispatchExchangeBound, dispatchExchangeDeclare, dispatchExchangeDelete, dispatchFileAck, dispatchFileCancel, dispatchFileConsume, dispatchFileOpen, dispatchFileOpenOk, dispatchFilePublish, dispatchFileQos, dispatchFileReject, dispatchFileStage, dispatchQueueBind, dispatchQueueDeclare, dispatchQueueDelete, dispatchQueuePurge, dispatchStreamCancel, dispatchStreamConsume, dispatchStreamPublish, dispatchStreamQos, dispatchTunnelRequest, dispatchTxCommit, dispatchTxRollback, dispatchTxSelect
 
Methods inherited from interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchAccessRequestOk, dispatchBasicCancelOk, dispatchBasicConsumeOk, dispatchBasicDeliver, dispatchBasicGetEmpty, dispatchBasicGetOk, dispatchBasicQosOk, dispatchBasicReturn, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpenOk, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpenOk, dispatchConnectionRedirect, dispatchConnectionSecure, dispatchConnectionStart, dispatchConnectionTune, dispatchDtxSelectOk, dispatchDtxStartOk, dispatchExchangeBoundOk, dispatchExchangeDeclareOk, dispatchExchangeDeleteOk, dispatchFileCancelOk, dispatchFileConsumeOk, dispatchFileDeliver, dispatchFileOpen, dispatchFileOpenOk, dispatchFileQosOk, dispatchFileReturn, dispatchFileStage, dispatchQueueBindOk, dispatchQueueDeclareOk, dispatchQueueDeleteOk, dispatchQueuePurgeOk, dispatchStreamCancelOk, dispatchStreamConsumeOk, dispatchStreamDeliver, dispatchStreamQosOk, dispatchStreamReturn, dispatchTxCommitOk, dispatchTxRollbackOk, dispatchTxSelectOk
 

Constructor Detail

ServerMethodDispatcherImpl_8_0

public ServerMethodDispatcherImpl_8_0(AMQStateManager stateManager)
Method Detail

dispatchBasicRecoverOk

public boolean dispatchBasicRecoverOk(org.apache.qpid.framing.BasicRecoverOkBody body,
                                      int channelId)
                               throws org.apache.qpid.AMQException
Specified by:
dispatchBasicRecoverOk in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchChannelAlert

public boolean dispatchChannelAlert(org.apache.qpid.framing.ChannelAlertBody body,
                                    int channelId)
                             throws org.apache.qpid.AMQException
Specified by:
dispatchChannelAlert in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestContent

public boolean dispatchTestContent(org.apache.qpid.framing.TestContentBody body,
                                   int channelId)
                            throws org.apache.qpid.AMQException
Specified by:
dispatchTestContent in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestContent in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestContentOk

public boolean dispatchTestContentOk(org.apache.qpid.framing.TestContentOkBody body,
                                     int channelId)
                              throws org.apache.qpid.AMQException
Specified by:
dispatchTestContentOk in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestContentOk in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestInteger

public boolean dispatchTestInteger(org.apache.qpid.framing.TestIntegerBody body,
                                   int channelId)
                            throws org.apache.qpid.AMQException
Specified by:
dispatchTestInteger in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestInteger in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestIntegerOk

public boolean dispatchTestIntegerOk(org.apache.qpid.framing.TestIntegerOkBody body,
                                     int channelId)
                              throws org.apache.qpid.AMQException
Specified by:
dispatchTestIntegerOk in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestIntegerOk in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestString

public boolean dispatchTestString(org.apache.qpid.framing.TestStringBody body,
                                  int channelId)
                           throws org.apache.qpid.AMQException
Specified by:
dispatchTestString in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestString in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestStringOk

public boolean dispatchTestStringOk(org.apache.qpid.framing.TestStringOkBody body,
                                    int channelId)
                             throws org.apache.qpid.AMQException
Specified by:
dispatchTestStringOk in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestStringOk in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestTable

public boolean dispatchTestTable(org.apache.qpid.framing.TestTableBody body,
                                 int channelId)
                          throws org.apache.qpid.AMQException
Specified by:
dispatchTestTable in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestTable in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException

dispatchTestTableOk

public boolean dispatchTestTableOk(org.apache.qpid.framing.TestTableOkBody body,
                                   int channelId)
                            throws org.apache.qpid.AMQException
Specified by:
dispatchTestTableOk in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
Specified by:
dispatchTestTableOk in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation