|
xmlBlaster 2.2.0 client API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xmlBlaster.client.protocol.http.common.Msg
public final class Msg
Encapsulates the xmlKey, content and qos.
Constructor Summary | |
---|---|
Msg(java.util.Hashtable key,
byte[] content,
java.util.Hashtable qos)
|
Method Summary | |
---|---|
byte[] |
getContent()
Get the raw content, never null |
java.lang.String |
getContentStr()
Get the raw content, never null |
java.util.Hashtable |
getKey()
The message key, never null |
java.util.Hashtable |
getQos()
The message QoS, never null |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Msg(java.util.Hashtable key, byte[] content, java.util.Hashtable qos)
Method Detail |
---|
public java.util.Hashtable getKey()
public byte[] getContent()
public java.lang.String getContentStr() throws XmlBlasterException
XmlBlasterException
public java.util.Hashtable getQos()
|
xmlBlaster 2.2.0 client API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |