org.apache.qpid.test.utils
Class ConversationFactory.Receiver

java.lang.Object
  extended by org.apache.qpid.test.utils.ConversationFactory.Receiver
All Implemented Interfaces:
MessageListener
Enclosing class:
ConversationFactory

protected class ConversationFactory.Receiver
extends Object
implements MessageListener

Implements the message listener for this conversation handler.


Constructor Summary
protected ConversationFactory.Receiver()
           
 
Method Summary
 void onMessage(Message message)
          Handles all incoming messages in the ongoing conversations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationFactory.Receiver

protected ConversationFactory.Receiver()
Method Detail

onMessage

public void onMessage(Message message)
Handles all incoming messages in the ongoing conversations. These messages are split up by correaltion id and placed into queues.

Specified by:
onMessage in interface MessageListener
Parameters:
message - The incoming message.


Licensed to the Apache Software Foundation