Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLQueryResponse
Packages that use EbXMLQueryResponse
Package
Description
-
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLQueryResponseModifier 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
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLQueryResponseMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLQueryResponseModifier and TypeMethodDescriptionEbXMLFactory30.createAdhocQueryResponse
(EbXMLObjectLibrary objectLibrary, boolean returnsObjectRefs) -
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.transform.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.responses that return EbXMLQueryResponseModifier and TypeMethodDescriptionQueryResponseTransformer.toEbXML
(QueryResponse response) Transforms aQueryResponse
to aEbXMLQueryResponse
.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.responses with parameters of type EbXMLQueryResponseModifier and TypeMethodDescriptionQueryResponseTransformer.fromEbXML
(EbXMLQueryResponse<AdhocQueryResponse> ebXML) Transforms aEbXMLQueryResponse
to aQueryResponse
. -
Uses of EbXMLQueryResponse in org.openehealth.ipf.commons.ihe.xds.core.validate.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate.responses with parameters of type EbXMLQueryResponseModifier and TypeMethodDescriptionvoid
QueryResponseValidator.validate
(EbXMLQueryResponse<?> response, ValidationProfile profile)