org.xmlBlaster.client.protocol.http.common
Class MsgHolder
java.lang.Object
org.xmlBlaster.client.protocol.http.common.MsgHolder
- public class MsgHolder
- extends java.lang.Object
MsgHolder is a placeholder for the messages to be sent to xmlBlaster, i.e.
the requests to xmlBlaster.
- Author:
- Michele Laghi
|
Constructor Summary |
MsgHolder(java.lang.String oid,
java.lang.String key,
java.lang.String qos,
byte[] content)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgHolder
public MsgHolder(java.lang.String oid,
java.lang.String key,
java.lang.String qos,
byte[] content)
- Parameters:
oid - the oid to be passed or nullkey - the key of the message or nullqos - the qos or nullcontent - the content or null
getOid
public java.lang.String getOid()
getKey
public java.lang.String getKey()
getQos
public java.lang.String getQos()
getContent
public byte[] getContent()
Copyright © 1999-2007 The xmlBlaster.org contributers.