Class IoTSetRequestProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<IoTSetRequest>
-
- org.jivesoftware.smackx.iot.control.provider.IoTSetRequestProvider
-
public class IoTSetRequestProvider extends IQProvider<IoTSetRequest>
-
-
Constructor Summary
Constructors Constructor Description IoTSetRequestProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTSetRequest
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
-
IoTSetRequestProvider
public IoTSetRequestProvider()
-
-
Method Detail
-
parse
public IoTSetRequest parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException
- Specified by:
parse
in classIQProvider<IoTSetRequest>
- Throws:
XmlPullParserException
java.io.IOException
-
-