public abstract class ExtensibleStanza extends Stanza
| Modifier and Type | Method and Description |
|---|---|
boolean |
addExtension(Object extension)
Adds an extension.
|
List<Object> |
getExtensions()
Gets all extensions.
|
boolean |
removeExtension(Class<?> clazz)
Removes all extensions of the given type.
|
createError, createError, getError, getExtension, getFrom, getId, getLanguage, getTo, hasExtension, setError, setFrom, setId, setLanguage, setTo, toStringpublic final boolean addExtension(Object extension)
extension - The extension.public final boolean removeExtension(Class<?> clazz)
clazz - The extension class.Copyright © 2014–2016 XMPP.rocks. All rights reserved.