Class JingleProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<Jingle>
org.jivesoftware.smack.provider.IqProvider<Jingle>
org.jivesoftware.smackx.jingle.provider.JingleProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment, JxmppContext jxmppContext) static JingleContentparseJingleContent(XmlPullParser parser, int initialDepth) static JingleReasonparseJingleReason(XmlPullParser parser, JxmppContext jxmppContext) Methods inherited from class IqProvider
parse, parseMethods inherited from class AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
JingleProvider
public JingleProvider()
-
-
Method Details
-
parse
public Jingle parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment, JxmppContext jxmppContext) throws XmlPullParserException, IOException, SmackParsingException - Specified by:
parsein classIqProvider<Jingle>- Throws:
XmlPullParserExceptionIOExceptionSmackParsingException
-
parseJingleContent
public static JingleContent parseJingleContent(XmlPullParser parser, int initialDepth) throws XmlPullParserException, IOException, SmackParsingException -
parseJingleReason
public static JingleReason parseJingleReason(XmlPullParser parser, JxmppContext jxmppContext) throws XmlPullParserException, IOException, SmackParsingException
-