Class PhoneNumberService


  • @Path("/api/rest/phonenumberservice")
    @Produces("application/json")
    @Consumes("application/json")
    public class PhoneNumberService
    extends Object
    phone number web service brings phone number util functions to client.
    Author:
    Manfred Tremmel
    • Constructor Detail

      • PhoneNumberService

        public PhoneNumberService()
    • Method Detail

      • getPhoneCountryConstants

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