Class AirShoppingPaxHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.airshopping.handlers.impl.AirShoppingPaxHandler
- All Implemented Interfaces:
AirShoppingHandler
Handler to populate the pax fields in the air shopping response
To ensure consistency in passenger IDs the passenger list provided in request will be propagated in the response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaxTypecreateResponsePaxType(PaxType paxType) voidhandle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Uses data from the fareSelectionData and the air shopping request to populate the air shopping response
-
Constructor Details
-
AirShoppingPaxHandler
public AirShoppingPaxHandler()
-
-
Method Details
-
handle
public void handle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Description copied from interface:AirShoppingHandlerUses data from the fareSelectionData and the air shopping request to populate the air shopping response- Specified by:
handlein interfaceAirShoppingHandler
-
createResponsePaxType
-