Class ConsumerHpdHandler

All Implemented Interfaces:
ConsumerHandler<BatchRequest,BatchResponse>
Direct Known Subclasses:
ConsumerPaginationHandler, ConsumerSortingHandler

public abstract class ConsumerHpdHandler extends ConsumerHandlerBase<BatchRequest,BatchResponse>
Since:
4.3
Author:
Dmytro Rud
  • Constructor Details

  • Method Details

    • aggregateResponse

      protected static BatchResponse aggregateResponse(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses)
      Combines the entries from the batch response with the ones computed locally.