xmlBlaster 2.2.0 client API

org.xmlBlaster.client.protocol.http.common
Class MsgHolder

java.lang.Object
  extended by 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)
           
 
Method Summary
 byte[] getContent()
           
 java.lang.String getKey()
           
 java.lang.String getOid()
           
 java.lang.String getQos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 null
key - the key of the message or null
qos - the qos or null
content - the content or null
Method Detail

getOid

public java.lang.String getOid()

getKey

public java.lang.String getKey()

getQos

public java.lang.String getQos()

getContent

public byte[] getContent()

xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.