Class QueryRegistryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.QueryRegistryTransformer
Transforms between a
QueryRegistry
and an EbXMLAdhocQueryRequest
.- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTransforms the ebXML representation into a request.toEbXML
(QueryRegistry request) Transforms the request into its ebXML representation.
-
Constructor Details
-
QueryRegistryTransformer
public QueryRegistryTransformer() -
QueryRegistryTransformer
-
-
Method Details
-
toEbXML
Transforms the request into its ebXML representation.- Parameters:
request
- the request. Can benull
.- Returns:
- the ebXML representation.
null
if the input wasnull
.
-
fromEbXML
Transforms the ebXML representation into a request.- Parameters:
ebXML
- the ebXML representation. Can benull
.- Returns:
- the request.
null
if the input wasnull
.
-