org.jivesoftware.xiff.data

interface IExtendable

All Known Implementing Classes: ExtensionContainer, MUCBaseExtension, XMPPStanza

interface IExtendable
This interface provides access to contained extensions and methods to modify the contained extensions. All XMPP stanzas that can be extended should implement this interface.

Method Summary

public addExtension ( extension: IExtension ): IExtension
public getAllExtensions ( ): Array
public getAllExtensionsByNS ( namespace: String ): Array
public removeAllExtensions ( namespace: String ): Void
public removeExtension ( extension: IExtension ): Boolean