Class OmemoDeviceListVAxolotlProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<OmemoDeviceListElement_VAxolotl>
-
- org.jivesoftware.smackx.omemo.provider.OmemoDeviceListVAxolotlProvider
-
public class OmemoDeviceListVAxolotlProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<OmemoDeviceListElement_VAxolotl>
Smack ExtensionProvider that parses OMEMO device list element into OmemoDeviceListElement objects.
-
-
Constructor Summary
Constructors Constructor Description OmemoDeviceListVAxolotlProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmemoDeviceListElement_VAxolotl
parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
-
-
-
Method Detail
-
parse
public OmemoDeviceListElement_VAxolotl parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Specified by:
parse
in classorg.jivesoftware.smack.provider.Provider<OmemoDeviceListElement_VAxolotl>
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
-