Class ConsumerHpdHandler
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandlerBase<BatchRequest,BatchResponse>
-
- org.openehealth.ipf.commons.ihe.hpd.controls.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 Summary
Constructors Constructor Description ConsumerHpdHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static BatchResponseaggregateResponse(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses)Combines the entries from the batch response with the ones computed locally.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandlerBase
getWrappedHandler, handle
-
-
-
-
Constructor Detail
-
ConsumerHpdHandler
public ConsumerHpdHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler)
-
-
Method Detail
-
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.
-
-