Class SearchSettings.InternalProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<SearchSettings>
-
- org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
-
- Enclosing class:
- SearchSettings
public static class SearchSettings.InternalProvider extends IQProvider<SearchSettings>
Stanza extension provider for AgentStatusRequest packets.
-
-
Constructor Summary
Constructors Constructor Description InternalProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSettings
parse(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
-
InternalProvider
public InternalProvider()
-
-
Method Detail
-
parse
public SearchSettings parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException
- Specified by:
parse
in classIQProvider<SearchSettings>
- Throws:
XmlPullParserException
IOException
-
-