public class EngineHookHandlerInfo extends EngineHandlerInfo
| Constructor and Description |
|---|
EngineHookHandlerInfo(String endpoint,
Method handlerMethod,
List<EngineFunctionParamInfo> params,
Class returnType,
String hookKey,
String hookClass) |
| Modifier and Type | Method and Description |
|---|---|
Object |
parseParams(String requestBody) |
Object |
wrapperResponse(Object result,
String requestBody,
boolean rpcCall) |
execute, getEndPoint, getEngineHandlerInfo, getEngineHandlerInfo, getEngineHandlerInfopublic Object parseParams(String requestBody)
parseParams in class EngineHandlerInfopublic Object wrapperResponse(Object result, String requestBody, boolean rpcCall)
wrapperResponse in class EngineHandlerInfoCopyright © 2018. All rights reserved.