org.mobicents.slee.resource.xmpp
Class XmppConnectionListener

java.lang.Object
  extended by org.mobicents.slee.resource.xmpp.XmppConnectionListener
All Implemented Interfaces:
ConnectionListener, PacketListener

public class XmppConnectionListener
extends java.lang.Object
implements PacketListener, ConnectionListener


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

Constructor Detail

XmppConnectionListener

public XmppConnectionListener(XmppResourceAdaptor ra,
                              java.lang.String connectionID,
                              XmppActivityHandle handle)
Parameters:
ra -
connectionID -
handle -
Method Detail

processPacket

public void processPacket(Packet packet)
Specified by:
processPacket in interface PacketListener

connectionClosed

public void connectionClosed()
Specified by:
connectionClosed in interface ConnectionListener

connectionClosedOnError

public void connectionClosedOnError(java.lang.Exception e)
Specified by:
connectionClosedOnError in interface ConnectionListener


Copyright © 2011. All Rights Reserved.