Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLQueryResponse
Package
Description
-
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createAdhocQueryResponse
(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) Creates a new response for a query request. -
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeMethodDescriptionEbXMLFactory30.createAdhocQueryResponse
(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) -
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Modifier and TypeMethodDescriptionQueryResponseTransformer.toEbXML
(QueryResponse response) Transforms aQueryResponse
to aEbXMLQueryResponse
.Modifier and TypeMethodDescriptionQueryResponseTransformer.fromEbXML
(EbXMLQueryResponse<AdhocQueryResponse> ebXML) Transforms aEbXMLQueryResponse
to aQueryResponse
. -
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.validate.responses
Modifier and TypeMethodDescriptionvoid
QueryResponseValidator.validate
(EbXMLQueryResponse<?> response, ValidationProfile profile)