org.apache.shindig.protocol
Interface RestHandler


public interface RestHandler

Interface exposed by a REST handler


Method Summary
 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
 

Method Detail

execute

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



Copyright © 2007-2012. All Rights Reserved.