public abstract class IQProvider<I extends IQ> extends IqProvider<I>
Deprecation Notice: This class is deprecated, use IqProvider instead.
| Constructor and Description |
|---|
IQProvider() |
| Modifier and Type | Method and Description |
|---|---|
I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser) |
I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
IqData iqData,
XmlEnvironment xmlEnvironment) |
abstract I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
XmlEnvironment xmlEnvironment) |
I |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
XmlEnvironment outerXmlEnvironment) |
parse, parsegetElementClasspublic final I parse(org.jivesoftware.smack.xml.XmlPullParser parser) throws java.io.IOException, org.jivesoftware.smack.xml.XmlPullParserException, SmackParsingException
java.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionSmackParsingExceptionpublic final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, XmlEnvironment outerXmlEnvironment) throws java.io.IOException, org.jivesoftware.smack.xml.XmlPullParserException, SmackParsingException
java.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionSmackParsingExceptionpublic final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
parse in class IqProvider<I extends IQ>org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingExceptionpublic abstract I parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingException