Class PhoneNumberService
- java.lang.Object
-
- de.knightsoftnet.validators.server.rest.api.PhoneNumberService
-
@Path("/api/rest/phonenumberservice") @Produces("application/json") @Consumes("application/json") public class PhoneNumberService extends Objectphone number web service brings phone number util functions to client.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,PhoneCountryData>getPhoneCountryConstants(String planguage)return phone country constants.
-
-
-
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
-
-