xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.protocol.I_Driver

Packages that use I_Driver
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util.plugin   
 

Uses of I_Driver in org.xmlBlaster.protocol.corba
 

Classes in org.xmlBlaster.protocol.corba that implement I_Driver
 class CorbaDriver
          CorbaDriver class to invoke the xmlBlaster server using CORBA.
 

Uses of I_Driver in org.xmlBlaster.protocol.email
 

Classes in org.xmlBlaster.protocol.email that implement I_Driver
 class EmailDriver
          Email driver class to invoke the xmlBlaster server over ordinary emails.
 

Uses of I_Driver in org.xmlBlaster.protocol.jdbc
 

Classes in org.xmlBlaster.protocol.jdbc that implement I_Driver
 class JdbcDriver
          JDBC driver class using the native interface.
 

Uses of I_Driver in org.xmlBlaster.protocol.rmi
 

Classes in org.xmlBlaster.protocol.rmi that implement I_Driver
 class RmiDriver
          RmiDriver class to invoke the xmlBlaster server using RMI.
 

Uses of I_Driver in org.xmlBlaster.protocol.socket
 

Classes in org.xmlBlaster.protocol.socket that implement I_Driver
 class SocketDriver
          Socket driver class to invoke the xmlBlaster server over a native message format

This "SOCKET:" driver needs to be registered in xmlBlaster.properties and will be started on xmlBlaster startup, for example:

 

Uses of I_Driver in org.xmlBlaster.protocol.stomp
 

Classes in org.xmlBlaster.protocol.stomp that implement I_Driver
 class XbStompDriver
          XbStomp driver class to invoke the xmlBlaster server over STOMP protocol.
 

Uses of I_Driver in org.xmlBlaster.protocol.xmlrpc
 

Classes in org.xmlBlaster.protocol.xmlrpc that implement I_Driver
 class XmlRpcDriver
          XmlRpc driver class to invoke the xmlBlaster server over HTTP XMLRPC.
 

Uses of I_Driver in org.xmlBlaster.util.plugin
 

Methods in org.xmlBlaster.util.plugin that return I_Driver
 I_Driver[] PluginRegistry.getPluginsOfInterfaceI_Driver()
          Returns the plugins which are implementing the interface I_Driver.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.