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 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
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
-
Constructor Summary
Constructors Constructor Description SubscriptionsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SubscriptionsExtension
createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends XmlElement> content)
-
Methods inherited from class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
SubscriptionsProvider
public SubscriptionsProvider()
-
-
Method Detail
-
createReturnExtension
protected SubscriptionsExtension createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends XmlElement> content)
- Specified by:
createReturnExtension
in classEmbeddedExtensionProvider<SubscriptionsExtension>
-
-