public abstract class ApiAdapter extends Object implements Api, Init
protected Logger
log
ApiAdapter()
protected <T> T
get(Map<String,Object> params, String key, Class<T> clazz)
void
init()
CodeMsg
receive(Map<String,Object> params, javax.servlet.http.HttpServletRequest request)
send(Map<String,Object> params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Logger log
public ApiAdapter()
public void init()
Init
init
public CodeMsg send(Map<String,Object> params) throws Exception
Api
send
Exception
public CodeMsg receive(Map<String,Object> params, javax.servlet.http.HttpServletRequest request) throws Exception
receive
protected <T> T get(Map<String,Object> params, String key, Class<T> clazz)
Copyright © 2016. All rights reserved.