xmlBlaster 2.2.0 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

Field Summary
private  byte[] content
           
private  java.lang.String key
           
private  java.lang.String oid
           
private  java.lang.String qos
           
 
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
 

Field Detail

oid

private final java.lang.String oid

key

private final java.lang.String key

qos

private final java.lang.String qos

content

private final byte[] content
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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.