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 DelayInformationparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)protected abstract java.util.DateparseDate(java.lang.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, java.io.IOException, SmackParsingException.SmackTextParseException
- Specified by:
parsein classProvider<DelayInformation>- Throws:
XmlPullParserExceptionjava.io.IOExceptionSmackParsingException.SmackTextParseException
-
parseDate
protected abstract java.util.Date parseDate(java.lang.String string) throws SmackParsingException.SmackTextParseException
-
-