Class RemoteDisablingProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<PushNotificationsElements.RemoteDisablingExtension>
-
- org.jivesoftware.smackx.push_notifications.provider.RemoteDisablingProvider
-
public class RemoteDisablingProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<PushNotificationsElements.RemoteDisablingExtension>
Push Notifications Remote Disabling Provider class.- See Also:
- XEP-0357: Push Notifications
-
-
Constructor Summary
Constructors Constructor Description RemoteDisablingProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushNotificationsElements.RemoteDisablingExtension
parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
-
-
-
Method Detail
-
parse
public PushNotificationsElements.RemoteDisablingExtension parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Specified by:
parse
in classorg.jivesoftware.smack.provider.Provider<PushNotificationsElements.RemoteDisablingExtension>
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
-