Class RemoteDisablingProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<PushNotificationsElements.RemoteDisablingExtension>
org.jivesoftware.smackx.push_notifications.provider.RemoteDisablingProvider
public class RemoteDisablingProvider
extends ExtensionElementProvider<PushNotificationsElements.RemoteDisablingExtension>
Push Notifications Remote Disabling Provider class.
- See Also:
 
- 
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 TypeMethodDescriptionparse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions 
- 
Constructor Details
- 
RemoteDisablingProvider
public RemoteDisablingProvider() 
 - 
 - 
Method Details
- 
parse
public PushNotificationsElements.RemoteDisablingExtension parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException - Specified by:
 parsein classProvider<PushNotificationsElements.RemoteDisablingExtension>- Throws:
 XmlPullParserExceptionIOException
 
 -