Class IoTIsFriendProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<IoTIsFriend>
-
- org.jivesoftware.smackx.iot.provisioning.provider.IoTIsFriendProvider
-
public class IoTIsFriendProvider extends IqProvider<IoTIsFriend>
-
-
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 IoTIsFriendProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTIsFriend
parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
IoTIsFriendProvider
public IoTIsFriendProvider()
-
-
Method Detail
-
parse
public IoTIsFriend parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmppStringprepException
- Specified by:
parse
in classIqProvider<IoTIsFriend>
- Throws:
XmppStringprepException
-
-