xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.EncodableData

Packages that use EncodableData
org.xmlBlaster.client.script   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.qos   
 

Uses of EncodableData in org.xmlBlaster.client.script
 

Fields in org.xmlBlaster.client.script declared as EncodableData
protected  EncodableData XmlScriptInterpreter.contentData
          Encapsulates the content of the current message (useful for encoding)
 

Uses of EncodableData in org.xmlBlaster.util
 

Constructors in org.xmlBlaster.util with parameters of type EncodableData
MsgUnitRaw(byte[] key, EncodableData encodedContent, byte[] qos)
           
MsgUnitRaw(java.lang.String key, EncodableData encodedContent, java.lang.String qos)
          Deprecated. provided only for backwards compatibility, this will be removed in later releases. The byte array variant will be used.
 

Uses of EncodableData in org.xmlBlaster.util.qos
 

Subclasses of EncodableData in org.xmlBlaster.util.qos
 class ClientProperty
          This class encapsulates one client property in a QoS.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.