org.codehaus.xfire.xmpp
Class ChannelPacketListener

java.lang.Object
  extended by org.codehaus.xfire.xmpp.ChannelPacketListener
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

public class ChannelPacketListener
extends java.lang.Object
implements org.jivesoftware.smack.PacketListener

Author:
Dan Diephouse

Field Summary
static java.lang.String PACKET
           
 
Constructor Summary
ChannelPacketListener(org.codehaus.xfire.XFire xfire, XMPPChannel channel)
           
 
Method Summary
 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
 

Field Detail

PACKET

public static final java.lang.String PACKET
See Also:
Constant Field Values
Constructor Detail

ChannelPacketListener

public ChannelPacketListener(org.codehaus.xfire.XFire xfire,
                             XMPPChannel channel)
Method Detail

processPacket

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


Copyright © 2004-2011. All Rights Reserved.