Smack

org.jivesoftware.smackx.packet
Class LastActivity.Provider

java.lang.Object
  extended by org.jivesoftware.smackx.packet.LastActivity.Provider
All Implemented Interfaces:
IQProvider
Enclosing class:
LastActivity

public static class LastActivity.Provider
extends Object
implements IQProvider

The IQ Provider for LastActivity.

Author:
Derek DeMoro

Constructor Summary
LastActivity.Provider()
           
 
Method Summary
 IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
          Parse the IQ sub-document and create an IQ instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastActivity.Provider

public LastActivity.Provider()
Method Detail

parseIQ

public IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
           throws XMPPException,
                  org.xmlpull.v1.XmlPullParserException
Description copied from interface: IQProvider
Parse the IQ sub-document and create an IQ instance. Each IQ must have a single child element. At the beginning of the method call, the xml parser will be positioned at the opening tag of the IQ child element. At the end of the method call, the parser must be positioned on the closing tag of the child element.

Specified by:
parseIQ in interface IQProvider
Parameters:
parser - an XML parser.
Returns:
a new IQ instance.
Throws:
XMPPException
org.xmlpull.v1.XmlPullParserException

Smack

Copyright © 2003-2007 Jive Software.