org.activemq.transport.stomp
Class Unsubscribe

java.lang.Object
  extended byorg.activemq.transport.stomp.Unsubscribe
All Implemented Interfaces:
org.activemq.transport.stomp.Command

public class Unsubscribe
extends java.lang.Object
implements org.activemq.transport.stomp.Command


Field Summary
static org.activemq.transport.stomp.Command NULL_COMMAND
          Returns a command instance which always returns null for a packet
 
Method Summary
 org.activemq.transport.stomp.PacketEnvelope build(java.lang.String commandLine, java.io.DataInput in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_COMMAND

public static final org.activemq.transport.stomp.Command NULL_COMMAND
Returns a command instance which always returns null for a packet

Method Detail

build

public org.activemq.transport.stomp.PacketEnvelope build(java.lang.String commandLine,
                                                         java.io.DataInput in)
                                                  throws java.io.IOException
Specified by:
build in interface org.activemq.transport.stomp.Command
Throws:
java.io.IOException


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.