|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ stomp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.transport.stomp
Interface Command

- All Known Implementing Classes:
- Abort, Ack, Begin, Commit, Disconnect, Send, Subscribe, Unsubscribe
- interface Command
| Field Summary | |
static Command |
NULL_COMMAND
Returns a command instance which always returns null for a packet |
| Method Summary | |
PacketEnvelope |
build(java.lang.String commandLine,
java.io.DataInput in)
|
| Field Detail |
NULL_COMMAND
public static final Command NULL_COMMAND
- Returns a command instance which always returns null for a packet
| Method Detail |
build
public PacketEnvelope build(java.lang.String commandLine, java.io.DataInput in) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ stomp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC