public class JingleProvider extends org.jivesoftware.smack.provider.IQProvider<Jingle>
Constructor and Description |
---|
JingleProvider() |
Modifier and Type | Method and Description |
---|---|
Jingle |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
static JingleContent |
parseJingleContent(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth) |
public Jingle parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException
parse
in class org.jivesoftware.smack.provider.Provider<Jingle>
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.parsing.SmackParsingException
public static JingleContent parseJingleContent(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.parsing.SmackParsingException
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.parsing.SmackParsingException