Map toReturn = invoke(params);
if (toReturn!=null){
if (toReturn.get(ParamsConst.PAGING_LOAD_RESULT)!=null){
Map aux = new PagingLoadResult();
aux.putAll(toReturn);
toReturn = aux;
}
Map map = toReturn.getClass().newInstance();
Iterator keys = toReturn.keySet().iterator();