Class SubscriptionForSubmissionSetQueryTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query.SubscriptionForSubmissionSetQueryTransformer
Transforms between a
SubscriptionForSubmissionSetQuery
and EbXMLAdhocQueryRequest
.- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
fromEbXML
(SubscriptionForSubmissionSetQuery query, QuerySlotHelper slots) Called byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)
to transform slots.void
Transforms the ebXML representation of a query into a query object.protected void
toEbXML
(SubscriptionForSubmissionSetQuery query, QuerySlotHelper slots) Called bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)
to transform slots.void
Transforms the query into its ebXML representation.
-
Method Details
-
toEbXML
Called bytoEbXML(StoredQuery, EbXMLAdhocQueryRequest)
to transform slots.- Parameters:
query
- the query to transform.slots
- the slots to be filled.
-
fromEbXML
Called byfromEbXML(StoredQuery, EbXMLAdhocQueryRequest)
to transform slots.- Parameters:
query
- the target query.slots
- the slots to transform.
-
getInstance
-
toEbXML
public void toEbXML(SubscriptionForSubmissionSetQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the query into its ebXML representation.Does not perform any transformation if one of the parameters is
null
.- Parameters:
query
- the query. Can benull
.ebXML
- the ebXML representation. Can benull
.
-
fromEbXML
public void fromEbXML(SubscriptionForSubmissionSetQuery query, EbXMLAdhocQueryRequest<AdhocQueryRequest> ebXML) Transforms the ebXML representation of a query into a query object.Does not perform any transformation if one of the parameters is
null
.- Parameters:
query
- the query. Can benull
.ebXML
- the ebXML representation. Can benull
.
-