Class AttentionExtension.Provider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<E>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<AttentionExtension>
-
- org.jivesoftware.smackx.attention.packet.AttentionExtension.Provider
-
- Enclosing class:
- AttentionExtension
public static class AttentionExtension.Provider extends org.jivesoftware.smack.provider.ExtensionElementProvider<AttentionExtension>
AExtensionElementProviderfor theAttentionExtension. As Attention elements have no state/information other than the element name and namespace, this implementation simply returns new instances ofAttentionExtension.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException, org.jivesoftware.smack.provider.AbstractProvider.TextParseException, org.jivesoftware.smack.provider.AbstractProvider.WrappableParser<E extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttentionExtensionparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
-
-
-
Method Detail
-
parse
public AttentionExtension parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
- Specified by:
parsein classorg.jivesoftware.smack.provider.Provider<AttentionExtension>
-
-