xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.qos.MsgQosData

Packages that use MsgQosData
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.qos   
org.xmlBlaster.util.qos   
 

Uses of MsgQosData in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type MsgQosData
 PublishReturnQos[] XmlBlasterAccess.publishStream(java.io.InputStream is, MsgKeyData keyData, MsgQosData qosData, int maxBufSize, I_ReplaceContent contentReplacer)
           
 PublishReturnQos[] I_XmlBlasterAccess.publishStream(java.io.InputStream is, MsgKeyData keyData, MsgQosData qosData, int maxBufSize, I_ReplaceContent contentReplacer)
          Publishes one message in streaming manner, if the message content is too big to fit in one single chunk, the message is split in several smaller messages (called chunks) and these are published.
 

Uses of MsgQosData in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return MsgQosData
 MsgQosData PublishQos.getData()
           
 MsgQosData UpdateQos.getData()
          Get the QoS data object which i'm hiding
 MsgQosData GetReturnQos.getData()
          Get the QoS data object which i'm hiding
 

Constructors in org.xmlBlaster.client.qos with parameters of type MsgQosData
GetReturnQos(Global glob, MsgQosData msgQosData)
          Default constructor for transient messages.
UpdateQos(Global glob, MsgQosData msgQosData)
          Default constructor for transient messages.
 

Uses of MsgQosData in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return MsgQosData
 MsgQosData MsgQosSaxFactory.readObject(java.lang.String xmlQos)
          Parses the given xml Qos and returns a MsgQosData holding the data.
 MsgQosData I_MsgQosFactory.readObject(java.lang.String xmlQos)
          Parses the given Qos and returns a MsgQosData holding the data.
 

Methods in org.xmlBlaster.util.qos with parameters of type MsgQosData
 java.lang.String MsgQosSaxFactory.writeObject(MsgQosData msgQosData, java.lang.String extraOffset, java.util.Properties props)
          Dump state of this object into a XML ASCII string.
 java.lang.String I_MsgQosFactory.writeObject(MsgQosData msgQosData, java.lang.String extraOffset, java.util.Properties props)
          Serialize the given data object.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.