public interface ResponsePostProcessor
| Modifier and Type | Method and Description |
|---|---|
MethodResult |
handle(java.lang.String serviceId,
java.lang.String operationId,
MethodResult result,
com.vmware.vapi.internal.protocol.client.rpc.HttpResponse response)
Post-process
MethodResult before using it to complete operation invocation. |
MethodResult handle(java.lang.String serviceId, java.lang.String operationId, MethodResult result, com.vmware.vapi.internal.protocol.client.rpc.HttpResponse response)
MethodResult before using it to complete operation invocation.
Exceptions thrown from this method will be ignored.
serviceId - service identifieroperationId - operation identifierresult - requestresponse - HttpResponse of the REST invocationDataValue.