Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse
-
-
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd with parameters of type BatchResponse Modifier and Type Method Description static voidHpdValidator. validateChCiqResponse(BatchResponse batchResponse)static voidHpdValidator. validateIti58Response(BatchResponse batchResponse)static voidHpdValidator. validateIti59Response(BatchResponse batchResponse) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.chciq
Methods in org.openehealth.ipf.commons.ihe.hpd.chciq that return BatchResponse Modifier and Type Method Description BatchResponseChCiqPortType. communityQueryRequest(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls that return BatchResponse Modifier and Type Method Description protected static BatchResponseConsumerHpdHandler. aggregateResponse(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses)Combines the entries from the batch response with the ones computed locally.Methods in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type BatchResponse Modifier and Type Method Description protected static BatchResponseConsumerHpdHandler. aggregateResponse(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses)Combines the entries from the batch response with the ones computed locally.Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls with type arguments of type BatchResponse Constructor Description ConsumerHpdHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that return BatchResponse Modifier and Type Method Description BatchResponseConsumerPaginationHandler. handle(BatchRequest batchRequest)BatchResponseProducerPaginationHandler. handle(Object client, BatchRequest batchRequest0)Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type BatchResponse Constructor Description ConsumerPaginationHandler(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
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.sorting that return BatchResponse Modifier and Type Method Description BatchResponseConsumerSortingHandler. handle(BatchRequest batchRequest)Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with type arguments of type BatchResponse Constructor Description ConsumerSortingHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.iti58
Methods in org.openehealth.ipf.commons.ihe.hpd.iti58 that return BatchResponse Modifier and Type Method Description BatchResponseIti58PortType. providerInformationQueryRequest(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.iti59
Methods in org.openehealth.ipf.commons.ihe.hpd.iti59 that return BatchResponse Modifier and Type Method Description BatchResponseIti59PortType. providerInformationFeedRequest(BatchRequest body) -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchResponse Modifier and Type Method Description BatchResponseObjectFactory. createBatchResponse()Create an instance ofBatchResponseMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type BatchResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<BatchResponse>ObjectFactory. createBatchResponse(BatchResponse value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchResponse Modifier and Type Method Description javax.xml.bind.JAXBElement<BatchResponse>ObjectFactory. createBatchResponse(BatchResponse value)
-