Class PubSubProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<PubSub>
-
- org.jivesoftware.smackx.pubsub.provider.PubSubProvider
-
public class PubSubProvider extends IQProvider<PubSub>
-
-
Constructor Summary
Constructors Constructor Description PubSubProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PubSub
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
-
PubSubProvider
public PubSubProvider()
-
-
Method Detail
-
parse
public PubSub parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException, SmackParsingException
- Specified by:
parse
in classIQProvider<PubSub>
- Throws:
XmlPullParserException
java.io.IOException
SmackParsingException
-
-