xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.error.I_MsgErrorHandler

Packages that use I_MsgErrorHandler
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.util.dispatch   
 

Uses of I_MsgErrorHandler in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_MsgErrorHandler
 class ClientErrorHandler
          The default error recovery implementation for messages which are lost in time and universe.
 

Methods in org.xmlBlaster.client with parameters of type I_MsgErrorHandler
 void XmlBlasterAccess.setClientErrorHandler(I_MsgErrorHandler msgErrorHandler)
           
 void I_XmlBlasterAccess.setClientErrorHandler(I_MsgErrorHandler msgErrorHandler)
          Use a specific error handler instead of the default one.
 

Uses of I_MsgErrorHandler in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch that return I_MsgErrorHandler
 I_MsgErrorHandler ClientDispatchManager.getMsgErrorHandler()
           
 

Constructors in org.xmlBlaster.client.dispatch with parameters of type I_MsgErrorHandler
ClientDispatchManager(Global glob, I_MsgErrorHandler failureListener, org.xmlBlaster.authentication.plugins.I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of I_MsgErrorHandler in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return I_MsgErrorHandler
 I_MsgErrorHandler I_DispatchManager.getMsgErrorHandler()
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.