Class MAMRepositoryManagerExtensionHelper.AbstractImporterExtension

java.lang.Object
tigase.db.util.importexport.AbstractImporterExtension
tigase.xmpp.mam.util.MAMRepositoryManagerExtensionHelper.AbstractImporterExtension
All Implemented Interfaces:
ImporterExtension
Enclosing class:
MAMRepositoryManagerExtensionHelper

public abstract static class MAMRepositoryManagerExtensionHelper.AbstractImporterExtension extends AbstractImporterExtension
  • Constructor Details

    • AbstractImporterExtension

      public AbstractImporterExtension()
  • Method Details

    • handleElement

      public boolean handleElement(tigase.xml.Element element) throws Exception
      Throws:
      Exception
    • handleMessage

      protected abstract boolean handleMessage(Message message, String stableId, Date timestamp, tigase.xml.Element source) throws Exception
      Throws:
      Exception