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