xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.client.qos.PublishReturnQos

Packages that use PublishReturnQos
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.protocol   
org.xmlBlaster.util.dispatch   
 

Uses of PublishReturnQos in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client that return PublishReturnQos
 PublishReturnQos XmlBlasterAccess.createTemporaryTopic(long destroyDelay, int historyMaxMsg)
           
 PublishReturnQos XmlBlasterAccess.createTemporaryTopic(java.lang.String uniqueTopicId, long destroyDelay, int historyMaxMsg)
           
 PublishReturnQos XmlBlasterAccess.createTemporaryTopic(TopicProperty topicProperty)
          Create a temporay topic.
 PublishReturnQos XmlBlasterAccess.publish(MsgUnit msgUnit)
           
 PublishReturnQos I_XmlBlasterAccess.publish(MsgUnit msgUnit)
           
 PublishReturnQos[] XmlBlasterAccess.publishArr(MsgUnit[] msgUnitArr)
           
 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 PublishReturnQos in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return PublishReturnQos
 PublishReturnQos I_XmlBlaster.publish(MsgUnit msgUnit)
           
 PublishReturnQos[] I_XmlBlaster.publishArr(MsgUnit[] msgUnitArr)
           
 

Uses of PublishReturnQos in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return PublishReturnQos
 PublishReturnQos I_Callback.update(MsgUnit msgUnit)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.