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