public abstract class AbstractStanzaExtendableModule<T extends Stanza> extends AbstractStanzaModule<T> implements ExtendableModule
context, log| Constructor and Description |
|---|
AbstractStanzaExtendableModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(Extension e) |
ExtensionsChain |
getExtensionChain() |
String[] |
getFeaturesWithExtensions(String[] superFeatures) |
void |
removeExtension(Extension e) |
protected void |
write(Element stanza) |
protected void |
write(Element stanza,
AsyncCallback asyncCallback) |
protected void |
write(Element stanza,
Long timeout,
AsyncCallback asyncCallback) |
afterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, process, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCriteria, getFeaturespublic void addExtension(Extension e)
addExtension in interface ExtendableModulepublic ExtensionsChain getExtensionChain()
getExtensionChain in interface ExtendableModulepublic void removeExtension(Extension e)
removeExtension in interface ExtendableModuleprotected void write(Element stanza) throws JaxmppException
write in class AbstractStanzaModule<T extends Stanza>JaxmppExceptionprotected void write(Element stanza, AsyncCallback asyncCallback) throws JaxmppException
write in class AbstractStanzaModule<T extends Stanza>JaxmppExceptionprotected void write(Element stanza, Long timeout, AsyncCallback asyncCallback) throws JaxmppException
write in class AbstractStanzaModule<T extends Stanza>JaxmppExceptionCopyright © 2006–2015 Tigase. All rights reserved.