Class QueueOverview.Provider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<QueueOverview>
-
- org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
-
- Enclosing class:
- QueueOverview
public static class QueueOverview.Provider extends ExtensionElementProvider<QueueOverview>
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueOverview
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
Provider
public Provider()
-
-
Method Detail
-
parse
public QueueOverview parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException, SmackParsingException.SmackTextParseException
- Specified by:
parse
in classProvider<QueueOverview>
- Throws:
XmlPullParserException
java.io.IOException
SmackParsingException.SmackTextParseException
-
-