public interface InboundRequestService
| Modifier and Type | Method and Description |
|---|---|
void |
register(java.util.List<RequestBatchEntity> requests,
java.util.List<ResponseChangeSetEntity> responses,
java.util.List<InboundRequestMediaModel> medias)
Collects entities contained in the incoming request and the corresponding response, turns them into
InboundRequest
and persists them. |
void register(java.util.List<RequestBatchEntity> requests, java.util.List<ResponseChangeSetEntity> responses, java.util.List<InboundRequestMediaModel> medias)
InboundRequest
and persists them.requests - information pertaining the inbound requests extracted from the requests.responses - information pertaining the inbound requests extracted from the responses.medias - request bodies for all entities contained in a request.Copyright © 2018 SAP SE. All Rights Reserved.