Class JingleProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<Jingle>
-
- org.jivesoftware.smackx.jingleold.provider.JingleProvider
-
public class JingleProvider extends IQProvider<Jingle>
The JingleProvider parses Jingle packets.
-
-
Constructor Summary
Constructors Constructor Description JingleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jingle
parse(XmlPullParser parser, int intialDepth, XmlEnvironment xmlEnvironment)
Parse a iq/jingle element.-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
JingleProvider
public JingleProvider()
-
-
Method Detail
-
parse
public Jingle parse(XmlPullParser parser, int intialDepth, XmlEnvironment xmlEnvironment) throws java.io.IOException, XmlPullParserException, SmackParsingException
Parse a iq/jingle element.- Specified by:
parse
in classIQProvider<Jingle>
- Throws:
XmlPullParserException
- if an error in the XML parser occurred.java.io.IOException
- if an I/O error occurred.SmackParsingException
- if the Smack parser (provider) encountered invalid input.
-
-