Class IdleProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<IdleElement>
-
- org.jivesoftware.smackx.last_interaction.provider.IdleProvider
-
public class IdleProvider extends ExtensionElementProvider<IdleElement>
-
-
Field Summary
Fields Modifier and Type Field Description static IdleProvider
TEST_INSTANCE
-
Constructor Summary
Constructors Constructor Description IdleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdleElement
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Field Detail
-
TEST_INSTANCE
public static final IdleProvider TEST_INSTANCE
-
-
Constructor Detail
-
IdleProvider
public IdleProvider()
-
-
Method Detail
-
parse
public IdleElement parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws SmackParsingException.SmackTextParseException
- Specified by:
parse
in classProvider<IdleElement>
- Throws:
SmackParsingException.SmackTextParseException
-
-