Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.transport.stomp
Class Subscribe  view Subscribe download Subscribe.java

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

class Subscribe
extends java.lang.Object
implements Command


Field Summary
private  StompWireFormat format
           
private  HeaderParser headerParser
           
static Command NULL_COMMAND
          Returns a command instance which always returns null for a packet
 
Constructor Summary
(package private) Subscribe(StompWireFormat format)
           
 
Method Summary
 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

headerParser

private HeaderParser headerParser

format

private StompWireFormat format

NULL_COMMAND

public static final Command NULL_COMMAND
Returns a command instance which always returns null for a packet

Constructor Detail

Subscribe

Subscribe(StompWireFormat format)
Method Detail

build

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