org.apache.camel.component.xmpp
Class XmppLogger

java.lang.Object
  extended by org.apache.camel.component.xmpp.XmppLogger
All Implemented Interfaces:
org.jivesoftware.smack.PacketListener

public class XmppLogger
extends Object
implements org.jivesoftware.smack.PacketListener


Constructor Summary
XmppLogger(String direction)
           
 
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
 

Constructor Detail

XmppLogger

public XmppLogger(String direction)
Method Detail

processPacket

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


Apache Camel