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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Iparse(org.jivesoftware.smack.xml.XmlPullParser parser) Deprecated.final Iparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Deprecated.abstract Iparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Deprecated.final Iparse(org.jivesoftware.smack.xml.XmlPullParser parser, XmlEnvironment outerXmlEnvironment) Deprecated.Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
Constructor Details
-
LegacyIQProvider
public LegacyIQProvider()Deprecated.
-
-
Method Details
-
parse
public final I parse(org.jivesoftware.smack.xml.XmlPullParser parser) throws IOException, org.jivesoftware.smack.xml.XmlPullParserException, SmackParsingException Deprecated.- Throws:
IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionSmackParsingException
-
parse
public final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, XmlEnvironment outerXmlEnvironment) throws IOException, org.jivesoftware.smack.xml.XmlPullParserException, SmackParsingException Deprecated.- Throws:
IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionSmackParsingException
-
parse
public final I parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException, SmackParsingException, ParseException Deprecated.- Specified by:
parsein classIqProvider<I extends IQ>- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOExceptionSmackParsingExceptionParseException
-
parse
public abstract I parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException, SmackParsingException, ParseException Deprecated.- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOExceptionSmackParsingExceptionParseException
-
IqProviderinstead