Interface IRCConverter

All Known Implementing Classes:
CMFConverter

public interface IRCConverter
Convert internal result code (IRC) to result code
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(IRC irc)
    Converts an IRC to an RC (response code).
    convert(RC rc)
    Converts an RC to an IRC.
  • Method Details

    • convert

      RC convert(IRC irc)
      Converts an IRC to an RC (response code).
      Parameters:
      irc - the IRC to convert
      Returns:
      the corresponding RC
    • convert

      IRC convert(RC rc)
      Converts an RC to an IRC.
      Parameters:
      rc - the RC to convert
      Returns:
      the corresponding IRC