Interface PhoneNumberServiceAsync

  • All Superinterfaces:
    org.fusesource.restygwt.client.RestService

    @Path("/api/phonenumberservice")
    @Produces("application/json")
    @Consumes("application/json")
    public interface PhoneNumberServiceAsync
    extends org.fusesource.restygwt.client.RestService
    • Method Detail

      • parsePhoneNumber

        @GET
        @Path("parsePhoneNumber")
        void parsePhoneNumber​(@QueryParam("language")
                              String planguage,
                              @QueryParam("country")
                              String pcountry,
                              @QueryParam("phonenumber")
                              String pphoneNumber,
                              org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.PhoneNumberData> pcallback)
      • parsePhoneNumber

        @PUT
        @Path("parsewithpos")
        void parsePhoneNumber​(ValueWithPosAndCountry<String> pphoneNumber,
                              org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback)
      • parseAndFormatPhoneNumber

        @GET
        @Path("parseandformat")
        void parseAndFormatPhoneNumber​(@QueryParam("language")
                                       String planguage,
                                       @QueryParam("country")
                                       String pcountry,
                                       @QueryParam("phonenumber")
                                       String pphoneNumber,
                                       org.fusesource.restygwt.client.MethodCallback<PhoneNumberDataWithFormats> pcallback)
      • formatE123

        @GET
        @Path("formate123")
        void formatE123​(@QueryParam("language")
                        String planguage,
                        @QueryParam("country")
                        String pcountry,
                        @QueryParam("phonenumber")
                        String pphoneNumber,
                        org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatE123WithPos

        @PUT
        @Path("formate123withpos")
        void formatE123WithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                               org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatE123International

        @GET
        @Path("formate123international")
        void formatE123International​(@QueryParam("language")
                                     String planguage,
                                     @QueryParam("country")
                                     String pcountry,
                                     @QueryParam("phonenumber")
                                     String pphoneNumber,
                                     org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatE123InternationalWithPos

        @PUT
        @Path("formate123internationalwithpos")
        void formatE123InternationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                            org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatE123National

        @GET
        @Path("formate123national")
        void formatE123National​(@QueryParam("language")
                                String planguage,
                                @QueryParam("country")
                                String pcountry,
                                @QueryParam("phonenumber")
                                String pphoneNumber,
                                org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatE123NationalWithPos

        @PUT
        @Path("formate123nationalwithpos")
        void formatE123NationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                       org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatDin5008

        @GET
        @Path("formatdin5008")
        void formatDin5008​(@QueryParam("language")
                           String planguage,
                           @QueryParam("country")
                           String pcountry,
                           @QueryParam("phonenumber")
                           String pphoneNumber,
                           org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatDin5008WithPos

        @PUT
        @Path("formatdin5008withpos")
        void formatDin5008WithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                  org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatDin5008International

        @GET
        @Path("formatdin5008international")
        void formatDin5008International​(@QueryParam("language")
                                        String planguage,
                                        @QueryParam("country")
                                        String pcountry,
                                        @QueryParam("phonenumber")
                                        String pphoneNumber,
                                        org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatDin5008InternationalWithPos

        @PUT
        @Path("formatdin5008internationalwithpos")
        void formatDin5008InternationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                               org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatDin5008National

        @GET
        @Path("formatdin5008national")
        void formatDin5008National​(@QueryParam("language")
                                   String planguage,
                                   @QueryParam("country")
                                   String pcountry,
                                   @QueryParam("phonenumber")
                                   String pphoneNumber,
                                   org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatDin5008NationalWithPos

        @PUT
        @Path("formatdin5008nationalwithpos")
        void formatDin5008NationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                          org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatRfc3966

        @GET
        @Path("formatrfc3966")
        void formatRfc3966​(@QueryParam("language")
                           String planguage,
                           @QueryParam("country")
                           String pcountry,
                           @QueryParam("phonenumber")
                           String pphoneNumber,
                           org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatRfc3966WithPos

        @PUT
        @Path("formatrfc3966withpos")
        void formatRfc3966WithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                  org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatMs

        @GET
        @Path("formatms")
        void formatMs​(@QueryParam("language")
                      String planguage,
                      @QueryParam("country")
                      String pcountry,
                      @QueryParam("phonenumber")
                      String pphoneNumber,
                      org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatMsWithPos

        @PUT
        @Path("formatmswithpos")
        void formatMsWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                             org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatUrl

        @GET
        @Path("formaturl")
        void formatUrl​(@QueryParam("language")
                       String planguage,
                       @QueryParam("country")
                       String pcountry,
                       @QueryParam("phonenumber")
                       String pphoneNumber,
                       org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatUrlWithPos

        @PUT
        @Path("formaturlwithpos")
        void formatUrlWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                              org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatCommon

        @GET
        @Path("formatcommon")
        void formatCommon​(@QueryParam("language")
                          String planguage,
                          @QueryParam("country")
                          String pcountry,
                          @QueryParam("phonenumber")
                          String pphoneNumber,
                          org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatCommonWithPos

        @PUT
        @Path("formatcommonwithpos")
        void formatCommonWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                 org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatCommonInternational

        @GET
        @Path("formatcommoninternational")
        void formatCommonInternational​(@QueryParam("language")
                                       String planguage,
                                       @QueryParam("country")
                                       String pcountry,
                                       @QueryParam("phonenumber")
                                       String pphoneNumber,
                                       org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatCommonInternationalWithPos

        @PUT
        @Path("formatcommoninternationalwithpos")
        void formatCommonInternationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                              org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • formatCommonNational

        @GET
        @Path("formatcommonnational")
        void formatCommonNational​(@QueryParam("language")
                                  String planguage,
                                  @QueryParam("country")
                                  String pcountry,
                                  @QueryParam("phonenumber")
                                  String pphoneNumber,
                                  org.fusesource.restygwt.client.MethodCallback<String> pcallback)
      • formatCommonNationalWithPos

        @PUT
        @Path("formatcommonnationalwithpos")
        void formatCommonNationalWithPos​(ValueWithPosAndCountry<String> pphoneNumber,
                                         org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
      • getSuggestions

        @GET
        @Path("getsuggestions")
        void getSuggestions​(@QueryParam("language")
                            String planguage,
                            @QueryParam("search")
                            String psearch,
                            @QueryParam("limit")
                            int plimit,
                            org.fusesource.restygwt.client.MethodCallback<List<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback)
      • getPhoneCountryConstants

        @GET
        @Path("phonecountryconstants/{language}")
        void getPhoneCountryConstants​(@PathParam("language")
                                      String planguage,
                                      org.fusesource.restygwt.client.MethodCallback<Map<String,​de.knightsoftnet.validators.shared.data.PhoneCountryData>> pcallback)
      • validate

        @GET
        @Path("validate")
        void validate​(@QueryParam("country")
                      String pcountry,
                      @QueryParam("phonenumber")
                      String pphoneNumber,
                      @QueryParam("din5008")
                      Boolean pdin5008,
                      @QueryParam("e123")
                      Boolean pe123,
                      @QueryParam("uri")
                      Boolean puri,
                      @QueryParam("ms")
                      Boolean pms,
                      @QueryParam("common")
                      Boolean pcommon,
                      org.fusesource.restygwt.client.MethodCallback<Boolean> pcallback)