Class SubscriptionsProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<PE>
org.jivesoftware.smack.provider.EmbeddedExtensionProvider<SubscriptionsExtension>
org.jivesoftware.smackx.pubsub.provider.SubscriptionsProvider
public class SubscriptionsProvider
extends org.jivesoftware.smack.provider.EmbeddedExtensionProvider<SubscriptionsExtension>
Parses the subscriptions element out of the PubSub IQ message from
the server as specified in the subscriptions schema.
-
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 TypeMethodDescriptionprotected SubscriptionsExtensioncreateReturnExtension(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends org.jivesoftware.smack.packet.XmlElement> content) Methods inherited from class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
parseMethods inherited from class org.jivesoftware.smack.provider.Provider
parse, parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
SubscriptionsProvider
public SubscriptionsProvider()
-
-
Method Details
-
createReturnExtension
protected SubscriptionsExtension createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends org.jivesoftware.smack.packet.XmlElement> content) - Specified by:
createReturnExtensionin classorg.jivesoftware.smack.provider.EmbeddedExtensionProvider<SubscriptionsExtension>
-