xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.SaxHandlerBase

Packages that use SaxHandlerBase
org.xmlBlaster.client.script   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.dispatch.plugins.prio   
org.xmlBlaster.util.key   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.xbformat   
 

Uses of SaxHandlerBase in org.xmlBlaster.client.script
 

Subclasses of SaxHandlerBase in org.xmlBlaster.client.script
 class XmlScriptClient
          XmlScriptClient
 class XmlScriptInterpreter
          Abstract class to parse and construct a XML represantation of xmlBlaster invocations for scripting.
 

Uses of SaxHandlerBase in org.xmlBlaster.util
 

Subclasses of SaxHandlerBase in org.xmlBlaster.util
 class AttributeSaxFactory
          This class parses an xml string to generate an Attribute which can be used either in PluginConfig or on the normal properties server- or clientside.
 class XmlQoSBase
          In good old C days this would have been named a 'flag' (with bit wise setting)
But this allows to specify QoS (quality of service) in XML syntax.
 

Uses of SaxHandlerBase in org.xmlBlaster.util.dispatch.plugins.prio
 

Subclasses of SaxHandlerBase in org.xmlBlaster.util.dispatch.plugins.prio
 class ConfigurationParser
          Parsing the configuration parameter of the priority based message selection plugin.
 

Uses of SaxHandlerBase in org.xmlBlaster.util.key
 

Subclasses of SaxHandlerBase in org.xmlBlaster.util.key
 class MsgKeySaxFactory
          Parsing xml Key (quality of service) of publish() and update().
 class QueryKeySaxFactory
          Parsing xml Key (quality of service) of subscribe() and update().
 

Uses of SaxHandlerBase in org.xmlBlaster.util.qos
 

Subclasses of SaxHandlerBase in org.xmlBlaster.util.qos
 class ConnectQosSaxFactory
          This class encapsulates the qos of a login() or connect().
 class DisconnectQosSaxFactory
          This class encapsulates the qos of a logout() or disconnect().
 class MsgQosSaxFactory
          Parsing xml QoS (quality of service) of publish() and update().
 class QueryQosSaxFactory
          Parsing xml QoS (quality of service) of return query.
 class StatusQosSaxFactory
          Parsing xml QoS (quality of service) of return status.
 

Uses of SaxHandlerBase in org.xmlBlaster.util.xbformat
 

Subclasses of SaxHandlerBase in org.xmlBlaster.util.xbformat
 class XmlScriptParser
          XmlScriptParser class for XML formated messages.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.