Class RemoveMetadataRequestTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.RemoveMetadataRequestTransformer
Transforms between a
RemoveMetadata
and its ebXML representation.- Author:
- Boris Stanojevic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTransforms the ebXML representation into a request.toEbXML
(RemoveMetadata request) Transforms the request into its ebXML representation.
-
Constructor Details
-
RemoveMetadataRequestTransformer
public RemoveMetadataRequestTransformer()Constructs the transformer
-
-
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
.
-