Class OmemoBundleVAxolotlProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<OmemoBundleElement_VAxolotl>
-
- org.jivesoftware.smackx.omemo.provider.OmemoBundleVAxolotlProvider
-
public class OmemoBundleVAxolotlProvider extends ExtensionElementProvider<OmemoBundleElement_VAxolotl>
Smack ExtensionProvider that parses OMEMO bundle element into OmemoBundleElement objects.
-
-
Constructor Summary
Constructors Constructor Description OmemoBundleVAxolotlProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmemoBundleElement_VAxolotl
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
OmemoBundleVAxolotlProvider
public OmemoBundleVAxolotlProvider()
-
-
Method Detail
-
parse
public OmemoBundleElement_VAxolotl parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException
- Specified by:
parse
in classProvider<OmemoBundleElement_VAxolotl>
- Throws:
XmlPullParserException
IOException
-
-