public interface StompMessage
| Modifier and Type | Method and Description |
|---|---|
void |
ack() |
void |
ack(String transactionId) |
StompMessage |
duplicate() |
org.jboss.netty.buffer.ChannelBuffer |
getContent() |
String |
getContentAsString() |
String |
getContentType() |
String |
getDestination() |
Headers |
getHeaders() |
String |
getId() |
boolean |
isError() |
void |
nack() |
void |
nack(String transactionId) |
void |
setContent(org.jboss.netty.buffer.ChannelBuffer content) |
void |
setContentAsString(String content) |
void |
setContentType(String contentType) |
void |
setDestination(String destination) |
String getId()
Headers getHeaders()
String getDestination()
void setDestination(String destination)
String getContentType()
void setContentType(String contentType)
String getContentAsString()
void setContentAsString(String content)
org.jboss.netty.buffer.ChannelBuffer getContent()
void setContent(org.jboss.netty.buffer.ChannelBuffer content)
boolean isError()
void ack()
throws StompException
StompExceptionvoid nack()
throws StompException
StompExceptionvoid ack(String transactionId) throws StompException
StompExceptionvoid nack(String transactionId) throws StompException
StompExceptionStompMessage duplicate()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.