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

Class FriendProvider

java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<Friend>
org.jivesoftware.smackx.iot.provisioning.provider.FriendProvider

public class FriendProvider extends ExtensionElementProvider<Friend>
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    FriendProvider()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Friend
    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
  • Constructor Details

    • FriendProvider

      public FriendProvider()
  • Method Details

    • parse

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