Interface NDCRequestValidator<N,T>
- Type Parameters:
N- the type parameter
- All Known Implementing Classes:
AirShoppingRequestValidator,OfferPriceRequestValidator,OrderChangeRequestValidator,OrderCreateRequestValidator,OrderReshopRequestValidator,OrderRetrieveRequestValidator,SeatAvailabilityRequestValidator,ServiceListRequestValidator
public interface NDCRequestValidator<N,T>
The interface for the NDC request validators which validates the IATA requests.
-
Method Summary
-
Method Details
-
validate
Validate.- Parameters:
request- the requesterrors- the errors
-