JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.rc
IRCConverter
Contents
Description
Method Summary
Method Details
convert(IRC)
convert(RC)
Hide sidebar
Show sidebar
Interface IRCConverter
All Known Implementing Classes:
CMFConverter
public interface
IRCConverter
Convert internal result code (IRC) to result code
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
RC
convert
(
IRC
irc)
Converts an IRC to an RC (response code).
IRC
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