org.mobicents.slee.resource.xmpp
Class XmppResourceAdaptor.XmppConnectionListener

java.lang.Object
  extended by org.mobicents.slee.resource.xmpp.XmppResourceAdaptor.XmppConnectionListener
All Implemented Interfaces:
org.jivesoftware.smack.ConnectionListener, org.jivesoftware.smack.PacketListener
Enclosing class:
XmppResourceAdaptor

public class XmppResourceAdaptor.XmppConnectionListener
extends java.lang.Object
implements org.jivesoftware.smack.PacketListener, org.jivesoftware.smack.ConnectionListener


Constructor Summary
XmppResourceAdaptor.XmppConnectionListener(java.lang.String connectionID, XmppActivityHandle handle)
           
 
Method Summary
 void connectionClosed()
           
 void connectionClosedOnError(java.lang.Exception arg0)
           
 void processPacket(org.jivesoftware.smack.packet.Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmppResourceAdaptor.XmppConnectionListener

public XmppResourceAdaptor.XmppConnectionListener(java.lang.String connectionID,
                                                  XmppActivityHandle handle)
Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet packet)
Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener

connectionClosed

public void connectionClosed()
Specified by:
connectionClosed in interface org.jivesoftware.smack.ConnectionListener

connectionClosedOnError

public void connectionClosedOnError(java.lang.Exception arg0)
Specified by:
connectionClosedOnError in interface org.jivesoftware.smack.ConnectionListener


Copyright © 2009. All Rights Reserved.