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