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 ClassesNested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> -
Constructor Summary
Constructors -
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, parseMethods 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:
parsein classIqProvider<Slot>- Throws:
XmlPullParserExceptionIOExceptionSmackParsingException.SmackUriSyntaxParsingException
-
parsePutElement_V0_4
public static SlotProvider.PutElement_V0_4_Content parsePutElement_V0_4(XmlPullParser parser) throws XmlPullParserException, IOException - Throws:
XmlPullParserExceptionIOException
-