Class RTBLFetchModule
- All Implemented Interfaces:
Module, Initializable, UnregisterAware
@Bean(name="rtblFetchModule",
parent=RTBLComponent.class,
active=true)
public class RTBLFetchModule
extends RTBLIqModule<String>
-
Nested Class Summary
Nested classes/interfaces inherited from class RTBLIqModule
RTBLIqModule.RequestKey, RTBLIqModule.ResultEvent -
Field Summary
Fields inherited from class AbstractModule
eventBus, log, writerFields inherited from interface Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidhandleResult(RTBLIqModule.ResultEvent event, String node) protected voidhandleSuccess(Iq iq) Methods inherited from class RTBLIqModule
beforeUnregister, getComponent, getModuleCriteria, getOwnJID, handleResultEvent, initialize, process, sendIqMethods inherited from class AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Module
canHandle, getFeatures
-
Constructor Details
-
RTBLFetchModule
public RTBLFetchModule()
-
-
Method Details
-
fetch
-
handleResult
- Specified by:
handleResultin classRTBLIqModule<String>
-
handleSuccess
- Overrides:
handleSuccessin classRTBLIqModule<String>
-