Class AdHocCommandDataProvider.BadActionError
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<AdHocCommandData.SpecificError>
-
- org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadActionError
-
- Enclosing class:
- AdHocCommandDataProvider
public static class AdHocCommandDataProvider.BadActionError extends ExtensionElementProvider<AdHocCommandData.SpecificError>
-
-
Constructor Summary
Constructors Constructor Description BadActionError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdHocCommandData.SpecificError
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
BadActionError
public BadActionError()
-
-
Method Detail
-
parse
public AdHocCommandData.SpecificError parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
- Specified by:
parse
in classProvider<AdHocCommandData.SpecificError>
-
-