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

Quick Search    Search Deep

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

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

public class Begin
extends java.lang.Object
implements Command


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

format

private StompWireFormat format

parser

private static final HeaderParser parser

NULL_COMMAND

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

Constructor Detail

Begin

public Begin(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