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>
A
ExtensionElementProvider for the AttentionExtension. As
Attention elements have no state/information other than the element name
and namespace, this implementation simply returns new instances of
AttentionExtension.-
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 Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext) Methods inherited from class org.jivesoftware.smack.provider.Provider
parse, parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
parse
public AttentionExtension parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext) - Specified by:
parsein classorg.jivesoftware.smack.provider.Provider<AttentionExtension>
-