D E G H O P R S 

D

delete(String, Map<String, ?>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a DELETE method with url variables

E

ErrorReportHandler - Class in org.sklsft.commons.rest.client.exception
this class is responsible for handling error reports that a rest service can respond.
ErrorReportHandler() - Constructor for class org.sklsft.commons.rest.client.exception.ErrorReportHandler
 

G

getForObject(String, Class<T>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a GET method and maps the response to T
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a GET method with url variables and maps the response to T

H

handleError(ClientHttpResponse) - Method in class org.sklsft.commons.rest.client.exception.ErrorReportHandler
 
hasError(ClientHttpResponse) - Method in class org.sklsft.commons.rest.client.exception.ErrorReportHandler
 

O

org.sklsft.commons.rest.client - package org.sklsft.commons.rest.client
 
org.sklsft.commons.rest.client.exception - package org.sklsft.commons.rest.client.exception
 

P

postForObject(String, Object, Class<T>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a POST method and maps the response to T
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a POST method with url variables and maps the response to T
put(String, Object) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a PUT method
put(String, Object, Map<String, ?>) - Method in class org.sklsft.commons.rest.client.RestClient
call a rest url with a PUT method with url variables

R

RestClient - Class in org.sklsft.commons.rest.client
this class is responsible for calling rest services.
RestClient() - Constructor for class org.sklsft.commons.rest.client.RestClient
 

S

setObjectMapper(ObjectMapper) - Method in class org.sklsft.commons.rest.client.exception.ErrorReportHandler
 
setRestServerUrl(String) - Method in class org.sklsft.commons.rest.client.RestClient
 
setRestTemplate(RestTemplate) - Method in class org.sklsft.commons.rest.client.RestClient
 
D E G H O P R S 

Copyright © 2015. All rights reserved.