Class ConfigEventProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<PE>
org.jivesoftware.smack.provider.EmbeddedExtensionProvider<ConfigurationEvent>
org.jivesoftware.smackx.pubsub.provider.ConfigEventProvider
Parses the node configuration element out of the message event stanza from
the server as specified in the configuration schema.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationEventcreateReturnExtension(String currentElement, String currentNamespace, Map<String, String> attMap, List<? extends XmlElement> content) Methods inherited from class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
parseMethods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, toUrl, wrapExceptions
-
Constructor Details
-
ConfigEventProvider
public ConfigEventProvider()
-
-
Method Details
-
createReturnExtension
protected ConfigurationEvent createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attMap, List<? extends XmlElement> content) - Specified by:
createReturnExtensionin classEmbeddedExtensionProvider<ConfigurationEvent>
-