Class JingleProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<Jingle>
-
- org.jivesoftware.smackx.jingleold.provider.JingleProvider
-
public class JingleProvider extends IqProvider<Jingle>
The JingleProvider parses Jingle packets.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
-
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, IqData iqData, XmlEnvironment xmlEnvironment)
Parse a iq/jingle element.-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
JingleProvider
public JingleProvider()
-
-
Method Detail
-
parse
public Jingle parse(XmlPullParser parser, int intialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws IOException, XmlPullParserException, SmackParsingException
Parse a iq/jingle element.- Specified by:
parse
in classIqProvider<Jingle>
- Throws:
XmlPullParserException
- if an error in the XML parser occurred.IOException
- if an I/O error occurred.SmackParsingException
- if the Smack parser (provider) encountered invalid input.
-
-