Class RTBLEventModule

java.lang.Object
tigase.component.modules.AbstractModule
tigase.server.rtbl.RTBLEventModule
All Implemented Interfaces:
Module

@Bean(name="rtblEventModule", parent=RTBLComponent.class, active=true) public class RTBLEventModule extends AbstractModule
  • Field Details

  • Constructor Details

    • RTBLEventModule

      public RTBLEventModule()
  • Method Details

    • getModuleCriteria

      public Criteria getModuleCriteria()
      Description copied from interface: Module
      Returns 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: Module
      Process incoming stanza.
      Parameters:
      packet - received stanza.
      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.