org.jboss.seam.remoting.messaging
Class SubscriptionRequest

java.lang.Object
  extended by org.jboss.seam.remoting.messaging.SubscriptionRequest

public class SubscriptionRequest
extends Object

Author:
Shane Bryzak

Constructor Summary
SubscriptionRequest(String topicName)
           
 
Method Summary
 void marshal(OutputStream out)
           
 void subscribe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionRequest

public SubscriptionRequest(String topicName)
Method Detail

subscribe

public void subscribe()

marshal

public void marshal(OutputStream out)
             throws IOException
Throws:
IOException