Package org.jivesoftware.smack.provider
Class LegacyIQProvider<I extends IQ>
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<I>
org.jivesoftware.smack.provider.IqProvider<I>
org.jivesoftware.smack.provider.LegacyIQProvider<I>
Deprecated.
Deprecation Notice: This class is deprecated, use IqProvider
instead.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal I
parse
(XmlPullParser parser) Deprecated.final I
parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Deprecated.abstract I
parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Deprecated.final I
parse
(XmlPullParser parser, XmlEnvironment outerXmlEnvironment) Deprecated.Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
Constructor Details
-
LegacyIQProvider
public LegacyIQProvider()Deprecated.
-
-
Method Details
-
parse
public final I parse(XmlPullParser parser) throws IOException, XmlPullParserException, SmackParsingException Deprecated. -
parse
public final I parse(XmlPullParser parser, XmlEnvironment outerXmlEnvironment) throws IOException, XmlPullParserException, SmackParsingException Deprecated. -
parse
public final I parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException, ParseException Deprecated.- Specified by:
parse
in classIqProvider<I extends IQ>
- Throws:
XmlPullParserException
IOException
SmackParsingException
ParseException
-
parse
public abstract I parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException, ParseException Deprecated.
-
IqProvider
instead