org.apache.shindig.protocol
Interface RpcHandler


public interface RpcHandler

Interface exposed by an RPC handler


Method Summary
 Future<?> execute(Map<String,FormDataItem> formItems, SecurityToken st, BeanConverter converter)
          Handle the request and return a Future from which the response object can be retrieved.
 

Method Detail

execute

Future<?> execute(Map<String,FormDataItem> formItems,
                  SecurityToken st,
                  BeanConverter converter)
Handle the request and return a Future from which the response object can be retrieved.



Copyright © 2007-2012. All Rights Reserved.