Class IoTIsFriendProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<I>
org.jivesoftware.smack.provider.IqProvider<IoTIsFriend>
org.jivesoftware.smackx.iot.provisioning.provider.IoTIsFriendProvider
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions 
- 
Constructor Details
- 
IoTIsFriendProvider
public IoTIsFriendProvider() 
 - 
 - 
Method Details
- 
parse
public IoTIsFriend parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmppStringprepException - Specified by:
 parsein classIqProvider<IoTIsFriend>- Throws:
 XmppStringprepException
 
 -