public class ServerMethodDispatcherImpl extends Object implements org.apache.qpid.framing.MethodDispatcher
| Constructor and Description |
|---|
ServerMethodDispatcherImpl(AMQStateManager stateManager) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.qpid.framing.MethodDispatcher |
createMethodDispatcher(AMQStateManager stateManager,
org.apache.qpid.framing.ProtocolVersion protocolVersion) |
boolean |
dispatchAccessRequest(org.apache.qpid.framing.AccessRequestBody body,
int channelId) |
boolean |
dispatchAccessRequestOk(org.apache.qpid.framing.AccessRequestOkBody body,
int channelId) |
boolean |
dispatchBasicAck(org.apache.qpid.framing.BasicAckBody body,
int channelId) |
boolean |
dispatchBasicCancel(org.apache.qpid.framing.BasicCancelBody body,
int channelId) |
boolean |
dispatchBasicCancelOk(org.apache.qpid.framing.BasicCancelOkBody body,
int channelId) |
boolean |
dispatchBasicConsume(org.apache.qpid.framing.BasicConsumeBody body,
int channelId) |
boolean |
dispatchBasicConsumeOk(org.apache.qpid.framing.BasicConsumeOkBody body,
int channelId) |
boolean |
dispatchBasicDeliver(org.apache.qpid.framing.BasicDeliverBody body,
int channelId) |
boolean |
dispatchBasicGet(org.apache.qpid.framing.BasicGetBody body,
int channelId) |
boolean |
dispatchBasicGetEmpty(org.apache.qpid.framing.BasicGetEmptyBody body,
int channelId) |
boolean |
dispatchBasicGetOk(org.apache.qpid.framing.BasicGetOkBody body,
int channelId) |
boolean |
dispatchBasicPublish(org.apache.qpid.framing.BasicPublishBody body,
int channelId) |
boolean |
dispatchBasicQos(org.apache.qpid.framing.BasicQosBody body,
int channelId) |
boolean |
dispatchBasicQosOk(org.apache.qpid.framing.BasicQosOkBody body,
int channelId) |
boolean |
dispatchBasicRecover(org.apache.qpid.framing.BasicRecoverBody body,
int channelId) |
boolean |
dispatchBasicReject(org.apache.qpid.framing.BasicRejectBody body,
int channelId) |
boolean |
dispatchBasicReturn(org.apache.qpid.framing.BasicReturnBody body,
int channelId) |
boolean |
dispatchChannelClose(org.apache.qpid.framing.ChannelCloseBody body,
int channelId) |
boolean |
dispatchChannelCloseOk(org.apache.qpid.framing.ChannelCloseOkBody body,
int channelId) |
boolean |
dispatchChannelFlow(org.apache.qpid.framing.ChannelFlowBody body,
int channelId) |
boolean |
dispatchChannelFlowOk(org.apache.qpid.framing.ChannelFlowOkBody body,
int channelId) |
boolean |
dispatchChannelOpen(org.apache.qpid.framing.ChannelOpenBody body,
int channelId) |
boolean |
dispatchChannelOpenOk(org.apache.qpid.framing.ChannelOpenOkBody body,
int channelId) |
boolean |
dispatchConnectionClose(org.apache.qpid.framing.ConnectionCloseBody body,
int channelId) |
boolean |
dispatchConnectionCloseOk(org.apache.qpid.framing.ConnectionCloseOkBody body,
int channelId) |
boolean |
dispatchConnectionOpen(org.apache.qpid.framing.ConnectionOpenBody body,
int channelId) |
boolean |
dispatchConnectionOpenOk(org.apache.qpid.framing.ConnectionOpenOkBody body,
int channelId) |
boolean |
dispatchConnectionRedirect(org.apache.qpid.framing.ConnectionRedirectBody body,
int channelId) |
boolean |
dispatchConnectionSecure(org.apache.qpid.framing.ConnectionSecureBody body,
int channelId) |
boolean |
dispatchConnectionSecureOk(org.apache.qpid.framing.ConnectionSecureOkBody body,
int channelId) |
boolean |
dispatchConnectionStart(org.apache.qpid.framing.ConnectionStartBody body,
int channelId) |
boolean |
dispatchConnectionStartOk(org.apache.qpid.framing.ConnectionStartOkBody body,
int channelId) |
boolean |
dispatchConnectionTune(org.apache.qpid.framing.ConnectionTuneBody body,
int channelId) |
boolean |
dispatchConnectionTuneOk(org.apache.qpid.framing.ConnectionTuneOkBody body,
int channelId) |
boolean |
dispatchDtxSelect(org.apache.qpid.framing.DtxSelectBody body,
int channelId) |
boolean |
dispatchDtxSelectOk(org.apache.qpid.framing.DtxSelectOkBody body,
int channelId) |
boolean |
dispatchDtxStart(org.apache.qpid.framing.DtxStartBody body,
int channelId) |
boolean |
dispatchDtxStartOk(org.apache.qpid.framing.DtxStartOkBody body,
int channelId) |
boolean |
dispatchExchangeBound(org.apache.qpid.framing.ExchangeBoundBody body,
int channelId) |
boolean |
dispatchExchangeBoundOk(org.apache.qpid.framing.ExchangeBoundOkBody body,
int channelId) |
boolean |
dispatchExchangeDeclare(org.apache.qpid.framing.ExchangeDeclareBody body,
int channelId) |
boolean |
dispatchExchangeDeclareOk(org.apache.qpid.framing.ExchangeDeclareOkBody body,
int channelId) |
boolean |
dispatchExchangeDelete(org.apache.qpid.framing.ExchangeDeleteBody body,
int channelId) |
boolean |
dispatchExchangeDeleteOk(org.apache.qpid.framing.ExchangeDeleteOkBody body,
int channelId) |
boolean |
dispatchFileAck(org.apache.qpid.framing.FileAckBody body,
int channelId) |
boolean |
dispatchFileCancel(org.apache.qpid.framing.FileCancelBody body,
int channelId) |
boolean |
dispatchFileCancelOk(org.apache.qpid.framing.FileCancelOkBody body,
int channelId) |
boolean |
dispatchFileConsume(org.apache.qpid.framing.FileConsumeBody body,
int channelId) |
boolean |
dispatchFileConsumeOk(org.apache.qpid.framing.FileConsumeOkBody body,
int channelId) |
boolean |
dispatchFileDeliver(org.apache.qpid.framing.FileDeliverBody body,
int channelId) |
boolean |
dispatchFileOpen(org.apache.qpid.framing.FileOpenBody body,
int channelId) |
boolean |
dispatchFileOpenOk(org.apache.qpid.framing.FileOpenOkBody body,
int channelId) |
boolean |
dispatchFilePublish(org.apache.qpid.framing.FilePublishBody body,
int channelId) |
boolean |
dispatchFileQos(org.apache.qpid.framing.FileQosBody body,
int channelId) |
boolean |
dispatchFileQosOk(org.apache.qpid.framing.FileQosOkBody body,
int channelId) |
boolean |
dispatchFileReject(org.apache.qpid.framing.FileRejectBody body,
int channelId) |
boolean |
dispatchFileReturn(org.apache.qpid.framing.FileReturnBody body,
int channelId) |
boolean |
dispatchFileStage(org.apache.qpid.framing.FileStageBody body,
int channelId) |
boolean |
dispatchQueueBind(org.apache.qpid.framing.QueueBindBody body,
int channelId) |
boolean |
dispatchQueueBindOk(org.apache.qpid.framing.QueueBindOkBody body,
int channelId) |
boolean |
dispatchQueueDeclare(org.apache.qpid.framing.QueueDeclareBody body,
int channelId) |
boolean |
dispatchQueueDeclareOk(org.apache.qpid.framing.QueueDeclareOkBody body,
int channelId) |
boolean |
dispatchQueueDelete(org.apache.qpid.framing.QueueDeleteBody body,
int channelId) |
boolean |
dispatchQueueDeleteOk(org.apache.qpid.framing.QueueDeleteOkBody body,
int channelId) |
boolean |
dispatchQueuePurge(org.apache.qpid.framing.QueuePurgeBody body,
int channelId) |
boolean |
dispatchQueuePurgeOk(org.apache.qpid.framing.QueuePurgeOkBody body,
int channelId) |
boolean |
dispatchStreamCancel(org.apache.qpid.framing.StreamCancelBody body,
int channelId) |
boolean |
dispatchStreamCancelOk(org.apache.qpid.framing.StreamCancelOkBody body,
int channelId) |
boolean |
dispatchStreamConsume(org.apache.qpid.framing.StreamConsumeBody body,
int channelId) |
boolean |
dispatchStreamConsumeOk(org.apache.qpid.framing.StreamConsumeOkBody body,
int channelId) |
boolean |
dispatchStreamDeliver(org.apache.qpid.framing.StreamDeliverBody body,
int channelId) |
boolean |
dispatchStreamPublish(org.apache.qpid.framing.StreamPublishBody body,
int channelId) |
boolean |
dispatchStreamQos(org.apache.qpid.framing.StreamQosBody body,
int channelId) |
boolean |
dispatchStreamQosOk(org.apache.qpid.framing.StreamQosOkBody body,
int channelId) |
boolean |
dispatchStreamReturn(org.apache.qpid.framing.StreamReturnBody body,
int channelId) |
boolean |
dispatchTunnelRequest(org.apache.qpid.framing.TunnelRequestBody body,
int channelId) |
boolean |
dispatchTxCommit(org.apache.qpid.framing.TxCommitBody body,
int channelId) |
boolean |
dispatchTxCommitOk(org.apache.qpid.framing.TxCommitOkBody body,
int channelId) |
boolean |
dispatchTxRollback(org.apache.qpid.framing.TxRollbackBody body,
int channelId) |
boolean |
dispatchTxRollbackOk(org.apache.qpid.framing.TxRollbackOkBody body,
int channelId) |
boolean |
dispatchTxSelect(org.apache.qpid.framing.TxSelectBody body,
int channelId) |
boolean |
dispatchTxSelectOk(org.apache.qpid.framing.TxSelectOkBody body,
int channelId) |
protected AMQStateManager |
getStateManager() |
public ServerMethodDispatcherImpl(AMQStateManager stateManager)
public static org.apache.qpid.framing.MethodDispatcher createMethodDispatcher(AMQStateManager stateManager, org.apache.qpid.framing.ProtocolVersion protocolVersion)
protected AMQStateManager getStateManager()
public boolean dispatchAccessRequest(org.apache.qpid.framing.AccessRequestBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchBasicAck(org.apache.qpid.framing.BasicAckBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicAck in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicCancel(org.apache.qpid.framing.BasicCancelBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicCancel in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicConsume(org.apache.qpid.framing.BasicConsumeBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicConsume in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicGet(org.apache.qpid.framing.BasicGetBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicGet in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicPublish(org.apache.qpid.framing.BasicPublishBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicPublish in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicQos(org.apache.qpid.framing.BasicQosBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicQos in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicRecover(org.apache.qpid.framing.BasicRecoverBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicRecover in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicReject(org.apache.qpid.framing.BasicRejectBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicReject in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelOpen(org.apache.qpid.framing.ChannelOpenBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelOpen in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchAccessRequestOk(org.apache.qpid.framing.AccessRequestOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchBasicCancelOk(org.apache.qpid.framing.BasicCancelOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicCancelOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicConsumeOk(org.apache.qpid.framing.BasicConsumeOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicConsumeOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicDeliver(org.apache.qpid.framing.BasicDeliverBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicDeliver in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicGetEmpty(org.apache.qpid.framing.BasicGetEmptyBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicGetEmpty in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicGetOk(org.apache.qpid.framing.BasicGetOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicGetOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicQosOk(org.apache.qpid.framing.BasicQosOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicQosOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchBasicReturn(org.apache.qpid.framing.BasicReturnBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchBasicReturn in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelClose(org.apache.qpid.framing.ChannelCloseBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelClose in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchChannelClose in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelCloseOk(org.apache.qpid.framing.ChannelCloseOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelCloseOk in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchChannelCloseOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelFlow(org.apache.qpid.framing.ChannelFlowBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelFlow in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchChannelFlow in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelFlowOk(org.apache.qpid.framing.ChannelFlowOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelFlowOk in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchChannelFlowOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchChannelOpenOk(org.apache.qpid.framing.ChannelOpenOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchChannelOpenOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionOpen(org.apache.qpid.framing.ConnectionOpenBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionOpen in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionClose(org.apache.qpid.framing.ConnectionCloseBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionClose in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchConnectionClose in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionCloseOk(org.apache.qpid.framing.ConnectionCloseOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionCloseOk in interface org.apache.qpid.framing.ClientMethodDispatcherdispatchConnectionCloseOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionOpenOk(org.apache.qpid.framing.ConnectionOpenOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionOpenOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionRedirect(org.apache.qpid.framing.ConnectionRedirectBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchConnectionSecure(org.apache.qpid.framing.ConnectionSecureBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionSecure in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionStart(org.apache.qpid.framing.ConnectionStartBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionStart in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionTune(org.apache.qpid.framing.ConnectionTuneBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionTune in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchDtxSelectOk(org.apache.qpid.framing.DtxSelectOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchDtxStartOk(org.apache.qpid.framing.DtxStartOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchExchangeBoundOk(org.apache.qpid.framing.ExchangeBoundOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeBoundOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchExchangeDeclareOk(org.apache.qpid.framing.ExchangeDeclareOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeDeclareOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchExchangeDeleteOk(org.apache.qpid.framing.ExchangeDeleteOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeDeleteOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchFileCancelOk(org.apache.qpid.framing.FileCancelOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileConsumeOk(org.apache.qpid.framing.FileConsumeOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileDeliver(org.apache.qpid.framing.FileDeliverBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileOpen(org.apache.qpid.framing.FileOpenBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileOpenOk(org.apache.qpid.framing.FileOpenOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileQosOk(org.apache.qpid.framing.FileQosOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileReturn(org.apache.qpid.framing.FileReturnBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileStage(org.apache.qpid.framing.FileStageBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchQueueBindOk(org.apache.qpid.framing.QueueBindOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueBindOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueueDeclareOk(org.apache.qpid.framing.QueueDeclareOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueDeclareOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueueDeleteOk(org.apache.qpid.framing.QueueDeleteOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueDeleteOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueuePurgeOk(org.apache.qpid.framing.QueuePurgeOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueuePurgeOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchStreamCancelOk(org.apache.qpid.framing.StreamCancelOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamConsumeOk(org.apache.qpid.framing.StreamConsumeOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamDeliver(org.apache.qpid.framing.StreamDeliverBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamQosOk(org.apache.qpid.framing.StreamQosOkBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamReturn(org.apache.qpid.framing.StreamReturnBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchTxCommitOk(org.apache.qpid.framing.TxCommitOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxCommitOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchTxRollbackOk(org.apache.qpid.framing.TxRollbackOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxRollbackOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchTxSelectOk(org.apache.qpid.framing.TxSelectOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxSelectOk in interface org.apache.qpid.framing.ClientMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionSecureOk(org.apache.qpid.framing.ConnectionSecureOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionSecureOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionStartOk(org.apache.qpid.framing.ConnectionStartOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionStartOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchConnectionTuneOk(org.apache.qpid.framing.ConnectionTuneOkBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchConnectionTuneOk in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchDtxSelect(org.apache.qpid.framing.DtxSelectBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchDtxStart(org.apache.qpid.framing.DtxStartBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchExchangeBound(org.apache.qpid.framing.ExchangeBoundBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeBound in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchExchangeDeclare(org.apache.qpid.framing.ExchangeDeclareBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeDeclare in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchExchangeDelete(org.apache.qpid.framing.ExchangeDeleteBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchExchangeDelete in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchFileAck(org.apache.qpid.framing.FileAckBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileCancel(org.apache.qpid.framing.FileCancelBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileConsume(org.apache.qpid.framing.FileConsumeBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFilePublish(org.apache.qpid.framing.FilePublishBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileQos(org.apache.qpid.framing.FileQosBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchFileReject(org.apache.qpid.framing.FileRejectBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchQueueBind(org.apache.qpid.framing.QueueBindBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueBind in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueueDeclare(org.apache.qpid.framing.QueueDeclareBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueDeclare in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueueDelete(org.apache.qpid.framing.QueueDeleteBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueueDelete in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchQueuePurge(org.apache.qpid.framing.QueuePurgeBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchQueuePurge in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchStreamCancel(org.apache.qpid.framing.StreamCancelBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamConsume(org.apache.qpid.framing.StreamConsumeBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamPublish(org.apache.qpid.framing.StreamPublishBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchStreamQos(org.apache.qpid.framing.StreamQosBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchTunnelRequest(org.apache.qpid.framing.TunnelRequestBody body,
int channelId)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean dispatchTxCommit(org.apache.qpid.framing.TxCommitBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxCommit in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchTxRollback(org.apache.qpid.framing.TxRollbackBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxRollback in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionpublic boolean dispatchTxSelect(org.apache.qpid.framing.TxSelectBody body,
int channelId)
throws org.apache.qpid.AMQException
dispatchTxSelect in interface org.apache.qpid.framing.ServerMethodDispatcherorg.apache.qpid.AMQExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.