public abstract class IqProvider<I extends IQ> extends AbstractProvider<I>
| Constructor and Description |
|---|
IqProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
IqData iqData,
XmlEnvironment xmlEnvironment) |
I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
IqData iqCommon) |
I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
IqData iqData,
XmlEnvironment outerXmlEnvironment) |
getElementClasspublic final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, IqData iqCommon) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingExceptionpublic final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, IqData iqData, XmlEnvironment outerXmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingExceptionpublic abstract I parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingException