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
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Constructor Summary
ConstructorDescriptionConsumerHpdHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected static BatchResponse
aggregateResponse
(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 Details
-
ConsumerHpdHandler
-
-
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.
-