Uses of Class
com.basistech.rosette.api.HttpRosetteAPIException

Packages that use HttpRosetteAPIException
Package
Description
 
  • Uses of HttpRosetteAPIException in com.basistech.rosette.api

    Modifier and Type
    Method
    Description
    HttpRosetteAPI.Builder.build()
    Build the API object.
    com.basistech.rosette.apimodel.SupportedLanguagePairsResponse
    HttpRosetteAPI.getSupportedLanguagePairs(String endpoint)
    Gets the set of language, script codes and transliteration scheme pairs supported by the specified Analytics API endpoint.
    com.basistech.rosette.apimodel.SupportedLanguagesResponse
    HttpRosetteAPI.getSupportedLanguages(String endpoint)
    Gets the set of language and script codes supported by the specified Analytics API endpoint.
    com.basistech.rosette.apimodel.InfoResponse
    HttpRosetteAPI.info()
    Gets information about the Analytics API, returns name, version, build number and build time.
    <RequestType extends com.basistech.rosette.apimodel.Request>
    com.basistech.rosette.dm.AnnotatedText
    HttpRosetteAPI.perform(String endpoint, RequestType request)
     
    <RequestType extends com.basistech.rosette.apimodel.Request, ResponseType extends com.basistech.rosette.apimodel.Response>
    ResponseType
    HttpRosetteAPI.perform(String endpoint, RequestType request, Class<ResponseType> responseClass)
     
    <RequestType extends com.basistech.rosette.apimodel.Request, ResponseType extends com.basistech.rosette.apimodel.Response>
    Future<ResponseType>
    HttpRosetteAPI.performAsync(String endpoint, RequestType request, Class<ResponseType> responseClass)
    This method always throws UnsupportedOperationException.
    com.basistech.rosette.apimodel.PingResponse
    HttpRosetteAPI.ping()
    Pings the Analytics API for a response indicating that the service is available.