| Modifier and Type | Method and Description |
|---|---|
protected OutboundRequestModel |
DefaultOutboundMonitoringRequestDecorator.saveOutboundRequest(java.lang.String messageId,
java.lang.String sapPassport,
java.lang.String integrationKey,
IntegrationRequestStatus status,
DecoratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOutboundMonitoringRequestDecorator.updateOutboundRequestWithException(OutboundRequestModel outboundRequestModel,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected OutboundRequestModel |
DefaultOutboundRequestResponseInterceptor.findOutboundRequest(java.lang.String messageId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOutboundRequestResponseInterceptor.updateOutboundRequestWithException(OutboundRequestModel outboundRequestModel,
byte[] payload,
java.lang.String messageId,
java.lang.Throwable t) |
protected ClientHttpResponse |
DefaultOutboundRequestResponseInterceptor.updateOutboundRequestWithResponse(OutboundRequestModel outboundRequestModel,
byte[] payload,
java.lang.String messageId,
ClientHttpResponse clientHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
OutboundRequestModel |
OutboundRequestResource.getOutboundRequestModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected OutboundRequestModel |
OutboundRequestResource.readResource(java.lang.String resourceId)
Gets the
OutboundRequestModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OutboundRequestModel> |
OutboundRequestsResource.getOutboundRequestsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundRequestResource.setOutboundRequestModel(OutboundRequestModel value)
Convenience method which just delegates to
#setResourceValue(OutboundRequestModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundRequestsResource.setOutboundRequestsCollection(java.util.Collection<OutboundRequestModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OutboundRequestModel> |
OutboundRequestPersistenceContext.searchAllOutboundRequest() |
Copyright © 2018 SAP SE. All Rights Reserved.