Class PhoneNumberService
java.lang.Object
de.knightsoftnet.validators.server.rest.api.PhoneNumberService
@Path("/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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPhoneCountryConstants(String planguage) return phone country constants.
-
Constructor Details
-
PhoneNumberService
public PhoneNumberService()
-
-
Method Details
-
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
-