public class RosterPacketProvider extends org.jivesoftware.smack.provider.IQProvider<RosterPacket>
Modifier and Type | Field and Description |
---|---|
static RosterPacketProvider |
INSTANCE |
Constructor and Description |
---|
RosterPacketProvider() |
Modifier and Type | Method and Description |
---|---|
RosterPacket |
parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
static RosterPacket.Item |
parseItem(org.xmlpull.v1.XmlPullParser parser) |
public static final RosterPacketProvider INSTANCE
public RosterPacket parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException, org.jivesoftware.smack.SmackException
parse
in class org.jivesoftware.smack.provider.Provider<RosterPacket>
org.xmlpull.v1.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.SmackException
public static RosterPacket.Item parseItem(org.xmlpull.v1.XmlPullParser parser) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException
org.xmlpull.v1.XmlPullParserException
java.io.IOException