Package | Description |
---|---|
com.hcl.voltmx.middleware.api | |
com.hcl.voltmx.middleware.common | |
com.hcl.voltmx.middleware.controller |
Modifier and Type | Method and Description |
---|---|
ServiceRequestBuilder |
ServiceRequestBuilder.withDCRRequest(DataControllerRequest request)
Adds the request info to the ServiceRequest being built.
|
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.
|
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.
|
String |
URLProvider.execute(String url,
DataControllerRequest request)
Modifies and returns the updated end-point URL of the service.
|
String |
URLProvider2.execute(String url,
com.hcl.voltmx.middleware.registry.vo.Service service,
Map configMap,
DataControllerRequest request,
Map inputMap)
Modifies and returns the updated end-point URL of the 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 |
---|---|
DataControllerRequest |
DataControllerRequest.clone()
Creates a copy (clone) of this request.
|
Copyright © 2019. All rights reserved.