Uses of Class
tigase.server.gateways.GatewayException

Packages that use GatewayException
tigase.server.gateways   
 

Uses of GatewayException in tigase.server.gateways
 

Subclasses of GatewayException in tigase.server.gateways
 class LoginGatewayException
          Describe class LoginGatewayException here.
 

Methods in tigase.server.gateways that throw GatewayException
 void GatewayConnection.addBuddy(String id, String nick)
          The addBuddy method is called when the Jabber user has requested adding new buddy to his roster from the external network.
 void GatewayConnection.init()
          The init method is called to initialize the gateway connection for earlier specified user in setLogin() method.
 void GatewayConnection.removeBuddy(String id)
          The removeBuddy method is called when the Jabber user has requested removal of the buddy from his roster.
 void GatewayConnection.sendMessage(Packet message)
          The sendMessage method is called to submit a message from the Jabber network to the externl network.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.