Class PhoneNumberServiceController


  • @RestController
    @RequestMapping(value="/api/rest/phonenumberservice",
                    produces="application/json")
    public class PhoneNumberServiceController
    extends Object
    phone number web service brings phone number util functions to client.
    Author:
    Manfred Tremmel
    • Constructor Detail

      • PhoneNumberServiceController

        public PhoneNumberServiceController()
    • Method Detail

      • getPhoneCountryConstants

        @RequestMapping(value="/phonecountryconstants/{language}",
                        method=GET)
        @PermitAll
        public Map<String,​PhoneCountryData> getPhoneCountryConstants​(@PathVariable("language")
                                                                           String planguage)
        return phone country constants.
        Parameters:
        planguage - language for which should language specific values be requested
        Returns:
        PhoneCountrySharedConstants