Class ResponseTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.responses.ResponseTransformer
Transforms between
Response and the ebXML representation.- Author:
- Jens Riemschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTransforms aEbXMLRegistryResponseto aResponse.Transforms aResponseto aEbXMLRegistryResponse.
-
Constructor Details
-
ResponseTransformer
Constructs the transformer.- Parameters:
factory- the factory for ebXML objects.
-
-
Method Details
-
toEbXML
Transforms aResponseto aEbXMLRegistryResponse.- Parameters:
response- the response. Can benull.- Returns:
- the ebXML representation.
nullif the input wasnull.
-
fromEbXML
Transforms aEbXMLRegistryResponseto aResponse.- Parameters:
ebXML- the ebXML representation. Can benull.- Returns:
- the response.
nullif the input wasnull.
-