Class MamFinIQProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<MamFinIQ>
-
- org.jivesoftware.smackx.mam.provider.MamFinIQProvider
-
public class MamFinIQProvider extends IQProvider<MamFinIQ>
MAM Fin IQ Provider class.- See Also:
- XEP-0313: Message Archive Management
-
-
Constructor Summary
Constructors Constructor Description MamFinIQProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MamFinIQ
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
MamFinIQProvider
public MamFinIQProvider()
-
-
Method Detail
-
parse
public MamFinIQ parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException
- Specified by:
parse
in classIQProvider<MamFinIQ>
- Throws:
XmlPullParserException
IOException
SmackParsingException
-
-