Class ResponseTranslator
java.lang.Object
com.centralnicreseller.apiconnector.ResponseTranslator
ResponseTranslator is used to translate HEXONET API responses.
-
Method Details
-
translate
-
translate
Translate the given API response with placeholder variables.- Parameters:
raw
- The API response in plain text.cmd
- The requested API command.ph
- The placeholder vars container.- Returns:
- the translated API response.
-