Class AttentionExtension.Provider

  • Enclosing class:
    AttentionExtension

    public static class AttentionExtension.Provider
    extends org.jivesoftware.smack.provider.ExtensionElementProvider<AttentionExtension>
    A ExtensionElementProvider for the AttentionExtension. As Attention elements have no state/information other than the element name and namespace, this implementation simply returns new instances of AttentionExtension.
    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AttentionExtension parse​(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)  
      • Methods inherited from class org.jivesoftware.smack.provider.Provider

        parse, parse
      • Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

        getElementClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • parse

        public AttentionExtension parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                                        int initialDepth,
                                        org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
        Specified by:
        parse in class org.jivesoftware.smack.provider.Provider<AttentionExtension>