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
Constructors -
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.
nullif the input wasnull.
-
fromEbXML
Transforms the ebXML representation into a request.- Parameters:
ebXML- the ebXML representation. Can benull.- Returns:
- the request.
nullif the input wasnull.
-