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 org.jivesoftware.smack.provider.IqProvider<AdHocCommandData>
The AdHocCommandDataProvider parses AdHocCommandData packets.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
org.jivesoftware.smack.provider.AbstractProvider.NumberFormatParseException, org.jivesoftware.smack.provider.AbstractProvider.TextParseException, org.jivesoftware.smack.provider.AbstractProvider.WrappableParser<E extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.IqData iqData, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext) Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
AdHocCommandDataProvider
public AdHocCommandDataProvider()
-
-
Method Details
-
parse
public AdHocCommandData parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.IqData iqData, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment, org.jxmpp.JxmppContext jxmppContext) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException, org.jivesoftware.smack.parsing.SmackParsingException - Specified by:
parsein classorg.jivesoftware.smack.provider.IqProvider<AdHocCommandData>- Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOExceptionorg.jivesoftware.smack.parsing.SmackParsingException
-