org.apache.qpid.client.handler
Class AccessRequestOkMethodHandler

java.lang.Object
  extended by org.apache.qpid.client.handler.AccessRequestOkMethodHandler
All Implemented Interfaces:
StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>

public class AccessRequestOkMethodHandler
extends Object
implements StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>


Constructor Summary
AccessRequestOkMethodHandler()
           
 
Method Summary
static AccessRequestOkMethodHandler getInstance()
           
 void methodReceived(AMQProtocolSession session, org.apache.qpid.framing.AccessRequestOkBody method, int channelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessRequestOkMethodHandler

public AccessRequestOkMethodHandler()
Method Detail

getInstance

public static AccessRequestOkMethodHandler getInstance()

methodReceived

public void methodReceived(AMQProtocolSession session,
                           org.apache.qpid.framing.AccessRequestOkBody method,
                           int channelId)
                    throws org.apache.qpid.AMQException
Specified by:
methodReceived in interface StateAwareMethodListener<org.apache.qpid.framing.AccessRequestOkBody>
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation