Package | Description |
---|---|
com.konylabs.middleware.api | |
com.konylabs.middleware.common | |
com.konylabs.middleware.convertions | |
com.konylabs.middleware.dataobject |
Modifier and Type | Method and Description |
---|---|
Result |
ServiceRequest.invokeServiceAndGetResult()
Invokes the service and returns middleware response as Result object.
|
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.
|
boolean |
DataPreProcessor.execute(HashMap inputMap,
DataControllerRequest request,
Result result)
Performs custom pre-processor logic before calling the back-end service.
|
Object |
DataPostProcessor.execute(Result result,
DataControllerRequest request)
Performs custom post-processor logic after 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.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResultToJSON.convert(Result result)
Deprecated.
Converts the given
Result object to JSON string. |
static String |
ResultToJSON.convert(Result result,
DataControllerResponse dcresponse)
Deprecated.
Converts the given
Result object to JSON string. |
static String |
ResultToJSON.debugConvert(Result result)
Deprecated.
Converts the given
Result object to JSON string for
debugging/logging purpose. |
Modifier and Type | Method and Description |
---|---|
static Result |
JSONToResult.convert(String resultJson)
Converts JSON string into a Result object.
|
Result |
Result.getCopy()
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
static String |
ResultToJSON.convert(Result result)
Converts the given
Result object to JSON string. |
static String |
ResultToJSON.convert(Result result,
DataControllerResponse dcresponse)
Converts the given
Result object to JSON string. |
static String |
ResultToJSON.debugConvert(Result result)
Converts the given
Result object to JSON string for
debugging/logging purpose. |
Copyright © 2019. All rights reserved.