public class BulkOperationResponseHandler extends StdResponseHandler<List<DocumentOperationResult>>
| Constructor and Description |
|---|
BulkOperationResponseHandler(Collection<?> objects,
org.codehaus.jackson.map.ObjectMapper om) |
BulkOperationResponseHandler(org.codehaus.jackson.map.ObjectMapper om) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentOperationResult> |
success(HttpResponse hr)
Called when http response code is < 300
|
createDbAccessException, errorpublic BulkOperationResponseHandler(org.codehaus.jackson.map.ObjectMapper om)
public BulkOperationResponseHandler(Collection<?> objects, org.codehaus.jackson.map.ObjectMapper om)
public List<DocumentOperationResult> success(HttpResponse hr) throws Exception
ResponseCallbacksuccess in interface ResponseCallback<List<DocumentOperationResult>>success in class StdResponseHandler<List<DocumentOperationResult>>ExceptionCopyright © 2012. All Rights Reserved.