Interface OrderReshopRSHandler
- All Known Implementing Classes:
OrderReshopRSBasicHandler,OrderReshopRSReshopResultsHandler
public interface OrderReshopRSHandler
The interface Order reshop rs handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) Handle.
-
Method Details
-
handle
void handle(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) throws NDCException Handle.- Parameters:
evaluateCancelSolutionResponseData- the evaluate cancel solution response dataorderReshopRS- the order reshop rs- Throws:
NDCException- the ndc exception
-