Class AbstractDelayInformationProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<DelayInformation>
org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
- Direct Known Subclasses:
DelayInformationProvider
,LegacyDelayInformationProvider
public abstract class AbstractDelayInformationProvider
extends ExtensionElementProvider<DelayInformation>
-
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 TypeMethodDescriptionfinal DelayInformation
parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) protected abstract Date
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
AbstractDelayInformationProvider
public AbstractDelayInformationProvider()
-
-
Method Details
-
parse
public final DelayInformation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, ParseException - Specified by:
parse
in classProvider<DelayInformation>
- Throws:
XmlPullParserException
IOException
ParseException
-
parseDate
- Throws:
ParseException
-