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