Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse
Package
Description
-
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd
Modifier and TypeMethodDescriptionstatic void
HpdValidator.validateChCiqResponse
(BatchResponse batchResponse) static void
HpdValidator.validateIti58Response
(BatchResponse batchResponse) static void
HpdValidator.validateIti59Response
(BatchResponse batchResponse) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.chciq
-
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls
Modifier and TypeMethodDescriptionprotected static BatchResponse
ConsumerHpdHandler.aggregateResponse
(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses) Combines the entries from the batch response with the ones computed locally.Modifier and TypeMethodDescriptionprotected static BatchResponse
ConsumerHpdHandler.aggregateResponse
(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses) Combines the entries from the batch response with the ones computed locally.ModifierConstructorDescriptionConsumerHpdHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Modifier and TypeMethodDescriptionConsumerPaginationHandler.handle
(BatchRequest batchRequest) ProducerPaginationHandler.handle
(Object client, BatchRequest batchRequest0) ModifierConstructorDescriptionConsumerPaginationHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage) ProducerPaginationHandler
(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls.sorting
ModifierConstructorDescriptionConsumerSortingHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.iti58
Modifier and TypeMethodDescriptionIti58PortType.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.iti59
Modifier and TypeMethodDescriptionIti59PortType.providerInformationFeedRequest
(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Modifier and TypeMethodDescriptionObjectFactory.createBatchResponse()
Create an instance ofBatchResponse
BatchResponseIntermediary.toBatchResponse()
Transforms this intermediary representation into a proper JAXB POJO.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchResponse>
ObjectFactory.createBatchResponse
(BatchResponse value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchResponse>
ObjectFactory.createBatchResponse
(BatchResponse value) -
Uses of BatchResponse in org.openehealth.ipf.platform.camel.ihe.hpd
Modifier and TypeMethodDescriptionprotected BatchResponse
HpdQueryProducer.callService
(Object clientObject, BatchRequest batchRequest) protected BatchResponse
HpdQueryService.doProcess
(BatchRequest batchRequest) protected BatchResponse
HpdService.doProcess
(BatchRequest request) HpdQueryProducer.handle
(Object clientObject, BatchRequest batchRequest) HpdQueryService.handle
(BatchRequest request) Modifier and TypeMethodDescriptionHpdQueryProducer.getWrappedHandler()
HpdQueryService.getWrappedHandler()
-
Uses of BatchResponse in org.openehealth.ipf.platform.camel.ihe.hpd.chciq
-
Uses of BatchResponse in org.openehealth.ipf.platform.camel.ihe.hpd.iti58
Modifier and TypeMethodDescriptionIti58Service.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.platform.camel.ihe.hpd.iti59