Package org.jivesoftware.smack.provider
Class SaslFailureProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<N>
-
- org.jivesoftware.smack.provider.NonzaProvider<SaslNonza.SASLFailure>
-
- org.jivesoftware.smack.provider.SaslFailureProvider
-
public final class SaslFailureProvider extends NonzaProvider<SaslNonza.SASLFailure>
-
-
Field Summary
Fields Modifier and Type Field Description static SaslFailureProvider
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslNonza.SASLFailure
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Field Detail
-
INSTANCE
public static final SaslFailureProvider INSTANCE
-
-
Method Detail
-
parse
public SaslNonza.SASLFailure parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException
- Specified by:
parse
in classProvider<SaslNonza.SASLFailure>
- Throws:
XmlPullParserException
java.io.IOException
-
-