Class HCXIntegrator


  • public class HCXIntegrator
    extends Object
    The methods and variables to access the configuration. Enumeration of error codes and operations.
    • Method Detail

      • init

        public static void init​(Map<String,​Object> configMap)
        This method is to initialize config factory by passing the configuration as Map.
        Parameters:
        configMap - A Map that contains configuration variables and its values.
      • init

        public static void init​(String configStr)
        This method is to initialize config factory by passing the configuration as JSON String.
        Parameters:
        configStr - A String that contains configuration variables and its values in a JSON format.
      • getHCXProtocolBasePath

        public String getHCXProtocolBasePath()
      • getParticipantCode

        public String getParticipantCode()
      • getAuthBasePath

        public String getAuthBasePath()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • getPrivateKey

        public String getPrivateKey()
      • getIGUrl

        public String getIGUrl()