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
ConstructorDescriptionConfigurationEvent
(String nodeId) ConfigurationEvent
(String nodeId, FilledConfigureForm configForm) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.pubsub.NodeExtension
addXml, getElementName, getNamespace, getNode, getPubSubNamespace, toString, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Constructor Details
-
ConfigurationEvent
-
ConfigurationEvent
-
-
Method Details
-
getConfiguration
-
getExtensions
Description copied from interface:EmbeddedPacketExtension
Get the list of embeddedExtensionElement
objects.- Specified by:
getExtensions
in interfaceEmbeddedPacketExtension
- Returns:
- List of embedded
ExtensionElement
-