Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse
Packages that use BatchResponse
Package
Description
-
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd with parameters of type BatchResponseModifier and TypeMethodDescriptionstatic 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 -
Uses of BatchResponse in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls that return BatchResponseModifier and TypeMethodDescriptionprotected 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 BatchResponseModifier and TypeMethodDescriptionprotected 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 BatchResponseModifierConstructorDescriptionConsumerHpdHandler(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 BatchResponseModifier and TypeMethodDescriptionConsumerPaginationHandler.handle(BatchRequest batchRequest) ProducerPaginationHandler.handle(Object client, BatchRequest batchRequest0) Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type BatchResponseModifierConstructorDescriptionConsumerPaginationHandler(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 BatchResponseConstructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with type arguments of type BatchResponseModifierConstructorDescriptionConsumerSortingHandler(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 BatchResponseModifier and TypeMethodDescriptionIti58PortType.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 BatchResponseModifier and TypeMethodDescriptionIti59PortType.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 BatchResponseModifier and TypeMethodDescriptionObjectFactory.createBatchResponse()Create an instance ofBatchResponseBatchResponseIntermediary.toBatchResponse()Transforms this intermediary representation into a proper JAXB POJO.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type BatchResponseModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchResponse>ObjectFactory.createBatchResponse(BatchResponse value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchResponseModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchResponse>ObjectFactory.createBatchResponse(BatchResponse value)