Class AffiliationProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<Affiliation>
-
- org.jivesoftware.smackx.pubsub.provider.AffiliationProvider
-
public class AffiliationProvider extends ExtensionElementProvider<Affiliation>
Parses the affiliation element out of the reply stanza from the server as specified in the affiliation schema.
-
-
Constructor Summary
Constructors Constructor Description AffiliationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Affiliation
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
AffiliationProvider
public AffiliationProvider()
-
-
Method Detail
-
parse
public Affiliation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws java.io.IOException
- Specified by:
parse
in classProvider<Affiliation>
- Throws:
java.io.IOException
-
-