org.androidpn.client
Class NotificationIQProvider

java.lang.Object
  extended by org.androidpn.client.NotificationIQProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.IQProvider

public class NotificationIQProvider
extends java.lang.Object
implements org.jivesoftware.smack.provider.IQProvider

This class parses incoming IQ packets to NotificationIQ objects.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
NotificationIQProvider()
           
 
Method Summary
 org.jivesoftware.smack.packet.IQ parseIQ(XmlPullParser parser)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationIQProvider

public NotificationIQProvider()
Method Detail

parseIQ

public org.jivesoftware.smack.packet.IQ parseIQ(XmlPullParser parser)
                                         throws java.lang.Exception
Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
Throws:
java.lang.Exception