Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package org.jivesoftware.smackx.last_interaction.provider

Class IdleProvider

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<IdleElement>
org.jivesoftware.smackx.last_interaction.provider.IdleProvider

public class IdleProvider extends ExtensionElementProvider<IdleElement>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider

    AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IdleProvider
    TEST_INSTANCE
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    IdleProvider()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    IdleElement
    parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
     

    Methods inherited from class org.jivesoftware.smack.provider.Provider

    parse, parse

    Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

    getElementClass, toUrl, wrapExceptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TEST_INSTANCE

      public static final IdleProvider TEST_INSTANCE
  • Constructor Details

    • IdleProvider

      public IdleProvider()
  • Method Details

    • parse

      public IdleElement parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws ParseException
      Specified by:
      parse in class Provider<IdleElement>
      Throws:
      ParseException