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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal DelayInformationparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) protected abstract DateMethods 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:
 parsein classProvider<DelayInformation>- Throws:
 XmlPullParserExceptionIOExceptionParseException
 - 
parseDate
- Throws:
 ParseException
 
 -