Interface Extension


public interface Extension
Interface of an extension.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(ExtMap input, ExtMap output)
    Invoke operation.
  • Method Details

    • invoke

      void invoke(ExtMap input, ExtMap output)
      Invoke operation.
      Parameters:
      input - input parameters.
      output - output parameters.

      Interaction is done via the parameters. Exceptions are not allowed.

      Basic mappings available at Base.

      See Also: