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 FailureProviderINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Failureparse(org.jivesoftware.smack.xml.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(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, SmackParsingException
- Specified by:
parsein classProvider<Failure>- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionSmackParsingException
-
-