net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo
Class JingleInfoQueryIQProvider
java.lang.Object
net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.JingleInfoQueryIQProvider
- All Implemented Interfaces:
- org.jivesoftware.smack.provider.IQProvider
public class JingleInfoQueryIQProvider
- extends Object
- implements org.jivesoftware.smack.provider.IQProvider
Provider for the JingleInfoQueryIQ.
- Author:
- Sebastien Vincent
|
Constructor Summary |
JingleInfoQueryIQProvider()
Creates a new instance of the JingleInfoQueryIQProvider and
register all related extension providers. |
|
Method Summary |
org.jivesoftware.smack.packet.IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parses a JingleInfoQueryIQ. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JingleInfoQueryIQProvider
public JingleInfoQueryIQProvider()
- Creates a new instance of the JingleInfoQueryIQProvider and
register all related extension providers. It is the responsibility of the
application to register the JingleInfoQueryIQProvider itself.
parseIQ
public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
throws Exception
- Parses a JingleInfoQueryIQ.
- Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
- Parameters:
parser - an XML parser.
- Returns:
- a new
JingleInfoQueryIQ instance.
- Throws:
Exception - if an error occurs parsing the XML.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.