public class DocIdResponseHandler extends StdResponseHandler<List<String>>
| Constructor and Description |
|---|
DocIdResponseHandler(com.fasterxml.jackson.databind.ObjectMapper om) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
success(HttpResponse hr)
Called when http response code is < 300
|
createDbAccessException, errorpublic DocIdResponseHandler(com.fasterxml.jackson.databind.ObjectMapper om)
public List<String> success(HttpResponse hr) throws Exception
ResponseCallbacksuccess in interface ResponseCallback<List<String>>success in class StdResponseHandler<List<String>>ExceptionCopyright © 2013. All Rights Reserved.