xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.dispatch.plugins.I_MsgDispatchInterceptor

Packages that use I_MsgDispatchInterceptor
org.xmlBlaster.client.dispatch   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.dispatch.plugins.prio   
 

Uses of I_MsgDispatchInterceptor in org.xmlBlaster.client.dispatch
 

Fields in org.xmlBlaster.client.dispatch declared as I_MsgDispatchInterceptor
private  I_MsgDispatchInterceptor ClientDispatchManager.msgInterceptor
           
 

Methods in org.xmlBlaster.client.dispatch that return I_MsgDispatchInterceptor
 I_MsgDispatchInterceptor ClientDispatchManager.getMsgDispatchInterceptor()
           
 

Uses of I_MsgDispatchInterceptor in org.xmlBlaster.contrib.replication.impl
 

Classes in org.xmlBlaster.contrib.replication.impl that implement I_MsgDispatchInterceptor
 class ReplManagerPlugin
          ReplManagerPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Uses of I_MsgDispatchInterceptor in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as I_MsgDispatchInterceptor
private  I_MsgDispatchInterceptor ServerDispatchManager.msgInterceptor
           
 

Methods in org.xmlBlaster.engine.dispatch that return I_MsgDispatchInterceptor
 I_MsgDispatchInterceptor ServerDispatchManager.getMsgDispatchInterceptor()
           
 

Uses of I_MsgDispatchInterceptor in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return I_MsgDispatchInterceptor
 I_MsgDispatchInterceptor I_DispatchManager.getMsgDispatchInterceptor()
           
 

Uses of I_MsgDispatchInterceptor in org.xmlBlaster.util.dispatch.plugins
 

Methods in org.xmlBlaster.util.dispatch.plugins that return I_MsgDispatchInterceptor
 I_MsgDispatchInterceptor DispatchPluginManager.getPlugin(java.lang.String typeVersion)
          Return a specific dispatcher plugin, if possible from the cache.
 

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

Classes in org.xmlBlaster.util.dispatch.plugins.prio that implement I_MsgDispatchInterceptor
 class PriorizedDispatchPlugin
          This dispatcher plugin allows to control how messages are sent to the remote side.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.