Package de.hybris.platform.ordercancel
Interface OrderCancelResponseExecutor
- All Known Implementing Classes:
OmsWarehouseResponseExecutor,WarehouseResponseExecutor
public interface OrderCancelResponseExecutor
This is the interface for executors of cancel responses - messages received from a Warehouse in response to cancel
request. An executor performs all actions necessary to finish pending cancel operation. Response executors do not
deal with initial cancel requests to Order Cancel Service; This is handled by
OrderCancelRequestExecutor-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessCancelResponse(OrderCancelResponse orderCancelResponse, OrderCancelRecordEntryModel cancelRequestRecordEntry)
-
Method Details
-
processCancelResponse
void processCancelResponse(OrderCancelResponse orderCancelResponse, OrderCancelRecordEntryModel cancelRequestRecordEntry) throws OrderCancelException - Throws:
OrderCancelException
-