org.apache.axis2.transport.xmpp.util
Class XMPPPacketListener

java.lang.Object
  extended by org.apache.axis2.transport.xmpp.util.XMPPPacketListener
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

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


Field Summary
static java.lang.String CONTENT_TYPE
           
 
Constructor Summary
XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory, org.apache.axis2.context.ConfigurationContext configurationContext, java.util.concurrent.Executor workerPool)
           
 
Method Summary
 void processPacket(org.jivesoftware.smack.packet.Packet packet)
          This method gets triggered when server side gets a message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

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

XMPPPacketListener

public XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory,
                          org.apache.axis2.context.ConfigurationContext configurationContext,
                          java.util.concurrent.Executor workerPool)
Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet packet)
This method gets triggered when server side gets a message

Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.