ConfigService¶
-
public interface
ConfigService¶ Config service, manages IVR configs. A
org.motechproject.ivr.domain.Configrepresents the way to interact with an IVR provider. Seeorg.motechproject.ivr.domain.Config
Methods¶
getConfig¶
-
Config
getConfig(String name)¶ Retrieves the config with the given name.
Parameters: - name – the name of the configuration
Throws: - org.motechproject.ivr.exception.ConfigNotFoundException – if a config with the given name does not exist
Returns: the config found for the given name, never null