Class FriendProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<Friend>
-
- org.jivesoftware.smackx.iot.provisioning.provider.FriendProvider
-
public class FriendProvider extends ExtensionElementProvider<Friend>
-
-
Constructor Summary
Constructors Constructor Description FriendProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Friend
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
FriendProvider
public FriendProvider()
-
-
Method Detail
-
parse
public Friend parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmppStringprepException
- Specified by:
parse
in classProvider<Friend>
- Throws:
XmppStringprepException
-
-