Package org.jivesoftware.smack.provider
Class SaslChallengeProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<N>
org.jivesoftware.smack.provider.NonzaProvider<SaslNonza.Challenge>
org.jivesoftware.smack.provider.SaslChallengeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
Field Details
-
INSTANCE
-
-
Method Details
-
parse
public SaslNonza.Challenge parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws IOException, XmlPullParserException - Specified by:
parse
in classProvider<SaslNonza.Challenge>
- Throws:
IOException
XmlPullParserException
-