Modifier and Type | Method and Description |
---|---|
void |
ServiceRequest.invokeService(BiConsumer<DataControllerRequest,DataControllerResponse> responseConsumer)
Invokes a response pass through enabled service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataPreProcessor2.execute(HashMap inputMap,
DataControllerRequest request,
DataControllerResponse response,
Result result)
Performs custom pre-processor logic before calling the back-end service.
|
Object |
DataPostProcessor2.execute(Result result,
DataControllerRequest request,
DataControllerResponse response)
Performs custom post-processor logic after calling the back-end service.
|
Object |
JavaService2.invoke(String methodID,
Object[] inputArray,
DataControllerRequest request,
DataControllerResponse response)
Use to invoke the custom logic (Java code) of this service.
|
Modifier and Type | Method and Description |
---|---|
DataControllerResponse |
DataControllerResponse.clone()
Creates a copy (clone) of this response.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResultToJSON.convert(Result result,
DataControllerResponse dcresponse)
Deprecated.
Converts the given
Result object to JSON string. |
Modifier and Type | Method and Description |
---|---|
static String |
ResultToJSON.convert(Result result,
DataControllerResponse dcresponse)
Converts the given
Result object to JSON string. |
Copyright © 2019. All rights reserved.