Class ItemsProvider

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<PE>
org.jivesoftware.smack.provider.EmbeddedExtensionProvider<ItemsExtension>
org.jivesoftware.smackx.pubsub.provider.ItemsProvider

public class ItemsProvider extends org.jivesoftware.smack.provider.EmbeddedExtensionProvider<ItemsExtension>
Parses the items element out of the message event stanza from the server as specified in the items schema.
  • Nested Class Summary

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

    org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException, org.jivesoftware.smack.provider.AbstractProvider.TextParseException, org.jivesoftware.smack.provider.AbstractProvider.WrappableParser<E extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected ItemsExtension
    createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends org.jivesoftware.smack.packet.XmlElement> content)
     

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

    parse

    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
  • Constructor Details

    • ItemsProvider

      public ItemsProvider()
  • Method Details

    • createReturnExtension

      protected ItemsExtension createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends org.jivesoftware.smack.packet.XmlElement> content)
      Specified by:
      createReturnExtension in class org.jivesoftware.smack.provider.EmbeddedExtensionProvider<ItemsExtension>