Class SlotProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<I>
org.jivesoftware.smack.provider.IqProvider<Slot>
org.jivesoftware.smackx.httpfileupload.provider.SlotProvider
Provider for Slot.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) parsePutElement_V0_4
(XmlPullParser parser) Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
SlotProvider
public SlotProvider()
-
-
Method Details
-
parse
public Slot parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException.SmackUriSyntaxParsingException - Specified by:
parse
in classIqProvider<Slot>
- Throws:
XmlPullParserException
IOException
SmackParsingException.SmackUriSyntaxParsingException
-
parsePutElement_V0_4
public static SlotProvider.PutElement_V0_4_Content parsePutElement_V0_4(XmlPullParser parser) throws XmlPullParserException, IOException - Throws:
XmlPullParserException
IOException
-