xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.client.protocol.I_XmlBlasterConnection

Packages that use I_XmlBlasterConnection
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol that return I_XmlBlasterConnection
 I_XmlBlasterConnection ProtocolPluginManager.getNewProtocolDriverInstance(java.lang.String driverType)
          Creates a new instance of the given protocol driver type.
 I_XmlBlasterConnection ProtocolPluginManager.getPlugin(java.lang.String type, java.lang.String version)
          Return a specific plugin, every call will create a new plugin instance.
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.corba
 

Classes in org.xmlBlaster.client.protocol.corba that implement I_XmlBlasterConnection
 class CorbaConnection
          This is a helper class, helping a Java client to connect to xmlBlaster using IIOP (CORBA).
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.email
 

Classes in org.xmlBlaster.client.protocol.email that implement I_XmlBlasterConnection
 class EmailConnection
          This driver sends emails to the xmlBlaster server, the return QOS are polled via POP3.
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.local
 

Classes in org.xmlBlaster.client.protocol.local that implement I_XmlBlasterConnection
 class LocalConnection
          A local connections.
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.rmi
 

Classes in org.xmlBlaster.client.protocol.rmi that implement I_XmlBlasterConnection
 class RmiConnection
          This is a helper class, helping a Java client to connect to xmlBlaster using RMI.
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.socket
 

Classes in org.xmlBlaster.client.protocol.socket that implement I_XmlBlasterConnection
 class SocketConnection
          This driver establishes exactly one connection to xmlBlaster-Server and uses this socket for asynchronous callbacks as well.
 

Uses of I_XmlBlasterConnection in org.xmlBlaster.client.protocol.xmlrpc
 

Classes in org.xmlBlaster.client.protocol.xmlrpc that implement I_XmlBlasterConnection
 class XmlRpcConnection
          This is an xmlBlaster proxy.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.