Package org.jivesoftware.smackx.pubsub
Class ConfigurationEvent
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.ConfigurationEvent
- All Implemented Interfaces:
Element,NamedElement,XmlElement,XmlLangElement,EmbeddedPacketExtension
Represents the configuration element of a PubSub message event which
associates a configuration form to the node which was configured. The form
contains the current node configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationEvent(String nodeId) ConfigurationEvent(String nodeId, FilledConfigureForm configForm) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.pubsub.NodeExtension
addXml, getElementName, getNamespace, getNode, getPubSubNamespace, toString, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementNameMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Constructor Details
-
ConfigurationEvent
-
ConfigurationEvent
-
-
Method Details
-
getConfiguration
-
getExtensions
Description copied from interface:EmbeddedPacketExtensionGet the list of embeddedExtensionElementobjects.- Specified by:
getExtensionsin interfaceEmbeddedPacketExtension- Returns:
- List of embedded
ExtensionElement
-