Package tigase.server.test
Class TestGeneratorModule
- java.lang.Object
-
- tigase.component.modules.AbstractModule
-
- tigase.server.test.TestGeneratorModule
-
- All Implemented Interfaces:
Module
@Bean(name="test-generator-module", parent=TestComponent.class, active=true) public class TestGeneratorModule extends AbstractModule
-
-
Field Summary
-
Fields inherited from class tigase.component.modules.AbstractModule
eventBus, writer
-
Fields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES
-
-
Constructor Summary
Constructors Constructor Description TestGeneratorModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CriteriagetModuleCriteria()Returns critera used by Component to select module to handle incoming stanza.voidprocess(Packet packet)Process incoming stanza.-
Methods inherited from class tigase.component.modules.AbstractModule
fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.component.modules.Module
canHandle, getFeatures
-
-
-
-
Method Detail
-
getModuleCriteria
public Criteria getModuleCriteria()
Description copied from interface:ModuleReturns critera used by Component to select module to handle incoming stanza.- Returns:
- criteria of selecting module.
-
process
public void process(Packet packet) throws ComponentException, TigaseStringprepException
Description copied from interface:ModuleProcess incoming stanza.- Parameters:
packet- receivedstanza.- Throws:
ComponentException- if stanza can't be processed correctly. ComponentException is converted to error stanza and returned to stanza sender.TigaseStringprepException- if there was an error during stringprep processing.
-
-