public interface RestHandler
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
execute(Map<String,String[]> parameters,
Reader body,
SecurityToken token,
BeanConverter converter)
Handle the request and return a Future from which the response object
can be retrieved
|
Future<?> execute(Map<String,String[]> parameters, Reader body, SecurityToken token, BeanConverter converter)
Copyright © 2007-2012. All Rights Reserved.