xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.qos.I_MsgQosFactory

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

Uses of I_MsgQosFactory in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as I_MsgQosFactory
protected  I_MsgQosFactory Global.msgQosFactory
           
 

Methods in org.xmlBlaster.util that return I_MsgQosFactory
 I_MsgQosFactory Global.getMsgQosFactory()
          Return a factory parsing QoS XML strings from publish() and update() messages.
 

Uses of I_MsgQosFactory in org.xmlBlaster.util.qos
 

Classes in org.xmlBlaster.util.qos that implement I_MsgQosFactory
 class MsgQosSaxFactory
          Parsing xml QoS (quality of service) of publish() and update().
 

Constructors in org.xmlBlaster.util.qos with parameters of type I_MsgQosFactory
MsgQosData(Global glob, I_MsgQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for a publish() or update() call.
MsgQosData(Global glob, I_MsgQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.