Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt
Class InputEvtIQProvider

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.IQProvider

public class InputEvtIQProvider
extends Object
implements org.jivesoftware.smack.provider.IQProvider

Implements an IQProvider which parses incoming InputEvtIQs.

Author:
Sebastien Vincent

Constructor Summary
InputEvtIQProvider()
           
 
Method Summary
 org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
          Parse the Input IQ sub-document and returns the corresponding InputEvtIQ.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputEvtIQProvider

public InputEvtIQProvider()
Method Detail

parseIQ

public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
                                         throws Exception
Parse the Input IQ sub-document and returns the corresponding InputEvtIQ.

Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
Parameters:
parser - XML parser
Returns:
InputEvtIQ
Throws:
Exception - if something goes wrong during parsing

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.