Class PrivacyProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<Privacy>
-
- org.jivesoftware.smackx.privacy.provider.PrivacyProvider
-
public class PrivacyProvider extends IQProvider<Privacy>
The PrivacyProvider parsesPrivacypackets.PrivacyParses thequerysub-document and creates an instance ofPrivacy. For eachitemin thelistelement, it creates an instance ofPrivacyItem.
-
-
Constructor Summary
Constructors Constructor Description PrivacyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Privacyparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
PrivacyProvider
public PrivacyProvider()
-
-
Method Detail
-
parse
public Privacy parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException
- Specified by:
parsein classIQProvider<Privacy>- Throws:
XmlPullParserExceptionjava.io.IOException
-
-