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