程序包 cn.leancloud
类 EngineHandlerInfo
java.lang.Object
cn.leancloud.EngineHandlerInfo
-
构造器概要
构造器构造器说明EngineHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class<?> returnType) EngineHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class<?> returnType, String hookClass) -
方法概要
修饰符和类型方法说明execute(javax.servlet.http.HttpServletRequest request, boolean rpcCall) static EngineHandlerInfogetEngineHandlerInfo(Method method, EngineFunction function) static EngineHandlerInfogetEngineHandlerInfo(Method method, EngineHook hook) static EngineHandlerInfogetEngineHandlerInfo(Method method, IMHook hook) abstract ObjectparseParams(String requestBody) wrapperResponse(Object returnValue, String requestBody, boolean rpcCall)
-
构造器详细资料
-
EngineHandlerInfo
public EngineHandlerInfo(String endpoint, Method handlerMethod, List<EngineFunctionParamInfo> params, Class<?> returnType) -
EngineHandlerInfo
-
-
方法详细资料
-
getHandlerMethod
-
getEndPoint
-
getParamList
-
execute
public Object execute(javax.servlet.http.HttpServletRequest request, boolean rpcCall) throws Exception - 抛出:
Exception
-
parseParams
public abstract Object parseParams(String requestBody) throws cn.leancloud.InvalidParameterException -
wrapperResponse
-
getEngineHandlerInfo
-
getEngineHandlerInfo
-
getEngineHandlerInfo
-