Class AbstractDelayInformationProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<DelayInformation>
-
- org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
-
- Direct Known Subclasses:
DelayInformationProvider
,LegacyDelayInformationProvider
public abstract class AbstractDelayInformationProvider extends ExtensionElementProvider<DelayInformation>
-
-
Constructor Summary
Constructors Constructor Description AbstractDelayInformationProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DelayInformation
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
protected abstract Date
parseDate(String string)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
AbstractDelayInformationProvider
public AbstractDelayInformationProvider()
-
-
Method Detail
-
parse
public final DelayInformation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException.SmackTextParseException
- Specified by:
parse
in classProvider<DelayInformation>
- Throws:
XmlPullParserException
IOException
SmackParsingException.SmackTextParseException
-
parseDate
protected abstract Date parseDate(String string) throws SmackParsingException.SmackTextParseException
-
-