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