Class GroupChatInvitationProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<E>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<GroupChatInvitation>
-
- org.jivesoftware.smackx.muc.provider.GroupChatInvitationProvider
-
public class GroupChatInvitationProvider extends ExtensionElementProvider<GroupChatInvitation>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
-
Constructor Summary
Constructors Constructor Description GroupChatInvitationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupChatInvitation
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
GroupChatInvitationProvider
public GroupChatInvitationProvider()
-
-
Method Detail
-
parse
public GroupChatInvitation parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException
- Specified by:
parse
in classProvider<GroupChatInvitation>
- Throws:
XmlPullParserException
IOException
SmackParsingException
-
-