Class ExpImporter<T extends ExpImpContextData>

java.lang.Object
wt.ixb.publicforapps.ExpImporter<T>
Direct Known Subclasses:
Exporter, Importer

public abstract class ExpImporter<T extends ExpImpContextData> extends Object
This abstract class represents common part of Exporter and Importer classes.

Supported API: true

Extendable: false
  • Field Details

    • generalContext

      public Hashtable generalContext
      Represents general export/import context

      Supported API: true
    • ixbHandlersManager

      public wt.ixb.publicforhandlers.IxbHandlersManager ixbHandlersManager
      Represents manager for export/import handlers

      Supported API: true
  • Method Details

    • logMessage

      public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts) throws WTException
      Sends log message to export/import application

      Supported API: true
      Parameters:
      resourceBundle -
      messageKey -
      textInserts -
      Throws:
      WTException
    • logMessage

      public abstract void logMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) throws WTException
      Sends log message to export/import application

      Supported API: true
      Parameters:
      resourceBundle -
      messageKey -
      textInserts -
      importanceLevel -
      Throws:
      WTException