Class AdHocCommandDataProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<AdHocCommandData>
-
- org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider
-
public class AdHocCommandDataProvider extends IqProvider<AdHocCommandData>
The AdHocCommandDataProvider parses AdHocCommandData packets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdHocCommandDataProvider.BadActionErrorstatic classAdHocCommandDataProvider.BadLocaleErrorstatic classAdHocCommandDataProvider.BadPayloadErrorstatic classAdHocCommandDataProvider.BadSessionIDErrorstatic classAdHocCommandDataProvider.MalformedActionErrorstatic classAdHocCommandDataProvider.SessionExpiredError-
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
-
Constructor Summary
Constructors Constructor Description AdHocCommandDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdHocCommandDataparse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
AdHocCommandDataProvider
public AdHocCommandDataProvider()
-
-
Method Detail
-
parse
public AdHocCommandData parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException
- Specified by:
parsein classIqProvider<AdHocCommandData>- Throws:
XmlPullParserExceptionIOExceptionSmackParsingException
-
-