Class FallbackIndicationElementProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<FallbackIndicationElement>
org.jivesoftware.smack.provider.Provider<FallbackIndicationElement>
org.jivesoftware.smack.provider.ExtensionElementProvider<FallbackIndicationElement>
org.jivesoftware.smackx.fallback_indication.provider.FallbackIndicationElementProvider
public class FallbackIndicationElementProvider
extends ExtensionElementProvider<FallbackIndicationElement>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment, JxmppContext jxmppContext) Methods inherited from class AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
FallbackIndicationElementProvider
public FallbackIndicationElementProvider()
-
-
Method Details
-
parse
public FallbackIndicationElement parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment, JxmppContext jxmppContext) throws XmlPullParserException, IOException, SmackParsingException - Specified by:
parsein classProvider<FallbackIndicationElement>- Throws:
XmlPullParserExceptionIOExceptionSmackParsingException
-