weborb.messageserver.tunnel
Class MessageConsumer

java.lang.Object
  extended by weborb.messageserver.tunnel.MessageConsumer
All Implemented Interfaces:
IMessageConsumer
Direct Known Subclasses:
WolfMessageConsumer

public class MessageConsumer
extends java.lang.Object
implements IMessageConsumer

MessageConsumer

Author:
Midnight Coders, LLC

Constructor Summary
MessageConsumer(javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 void deliverMessage()
           
 void deliverMessage(XMLMessage message)
           
 void receiveSubscriptionEvents(boolean shouldGetSubscriptionEvents)
           
 boolean shouldReceiveSubscriptionEvents()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageConsumer

public MessageConsumer(javax.servlet.http.HttpServletResponse response)
Method Detail

deliverMessage

public void deliverMessage(XMLMessage message)
                    throws java.io.IOException
Specified by:
deliverMessage in interface IMessageConsumer
Throws:
java.io.IOException

receiveSubscriptionEvents

public void receiveSubscriptionEvents(boolean shouldGetSubscriptionEvents)
Specified by:
receiveSubscriptionEvents in interface IMessageConsumer

shouldReceiveSubscriptionEvents

public boolean shouldReceiveSubscriptionEvents()
Specified by:
shouldReceiveSubscriptionEvents in interface IMessageConsumer

deliverMessage

public void deliverMessage()
                    throws java.io.IOException
Throws:
java.io.IOException


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.