Class IoTDisownedProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<IoTDisowned>
-
- org.jivesoftware.smackx.iot.discovery.provider.IoTDisownedProvider
-
public class IoTDisownedProvider extends IQProvider<IoTDisowned>
-
-
Constructor Summary
Constructors Constructor Description IoTDisownedProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTDisowned
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
IoTDisownedProvider
public IoTDisownedProvider()
-
-
Method Detail
-
parse
public IoTDisowned parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
- Specified by:
parse
in classIQProvider<IoTDisowned>
-
-