Class AffiliationsProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<PE>
-
- org.jivesoftware.smack.provider.EmbeddedExtensionProvider<AffiliationsExtension>
-
- org.jivesoftware.smackx.pubsub.provider.AffiliationsProvider
-
public class AffiliationsProvider extends EmbeddedExtensionProvider<AffiliationsExtension>
Parses the affiliations element out of the reply stanza from the server as specified in the affiliation schema.
-
-
Constructor Summary
Constructors Constructor Description AffiliationsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AffiliationsExtension
createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends ExtensionElement> content)
-
Methods inherited from class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
AffiliationsProvider
public AffiliationsProvider()
-
-
Method Detail
-
createReturnExtension
protected AffiliationsExtension createReturnExtension(String currentElement, String currentNamespace, Map<String,String> attributeMap, List<? extends ExtensionElement> content)
- Specified by:
createReturnExtension
in classEmbeddedExtensionProvider<AffiliationsExtension>
-
-