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

Quick Search    Search Deep

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

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

class Ack
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
(package private) Ack(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 final 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

Ack

Ack(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