xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.SaxHandlerBase

Packages that use SaxHandlerBase
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.client.script   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.runlevel   
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.authentication.plugins.demo
 

Subclasses of SaxHandlerBase in org.xmlBlaster.authentication.plugins.demo
 class SecurityQos
          Helper class for Java clients.
 

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.contrib.dbwriter
 

Subclasses of SaxHandlerBase in org.xmlBlaster.contrib.dbwriter
 class SqlInfoParser
           
 class XmlParserBase
          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.engine.cluster
 

Subclasses of SaxHandlerBase in org.xmlBlaster.engine.cluster
 class NodeParser
          XML parsing cluster node specific messages.
 

Uses of SaxHandlerBase in org.xmlBlaster.engine.runlevel
 

Subclasses of SaxHandlerBase in org.xmlBlaster.engine.runlevel
 class PluginConfigSaxFactory
          This class parses an xml string to generate a PluginConfig object.
 class PluginHolderSaxFactory
          This class parses an xml string to generate a PluginHolder object.
 class RunLevelActionSaxFactory
          This class parses an xml string to generate a RunLevelAction object.
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.