Class BaseRestClient

    • Field Detail

      • LOG

        protected static final Logger LOG
    • Constructor Detail

      • BaseRestClient

        public BaseRestClient()
    • Method Detail

      • getService

        protected <T> T getService​(Class<T> serviceClass)
      • getService

        protected <T> T getService​(String etag,
                                   Class<T> serviceClass)
      • resetClient

        protected <T> void resetClient​(Class<T> serviceClass)
      • getObject

        protected <E extends JAXRSService,​T> T getObject​(E service,
                                                               URI location,
                                                               Class<T> resultClass)
      • getStatus

        protected String getStatus​(int httpStatus)