public abstract class MessageProcessingHintProvider<H extends MessageProcessingHint>
extends org.jivesoftware.smack.provider.ExtensionElementProvider<H>
| Constructor and Description |
|---|
MessageProcessingHintProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract H |
getHint() |
H |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) |
public H parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
parse in class org.jivesoftware.smack.provider.Provider<H extends MessageProcessingHint>protected abstract H getHint()