Class RegisterDocumentSetTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml.LeafClassTransformer
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.RegisterDocumentSetTransformer
Transforms between a
RegisterDocumentSet
and its ebXML representation.- Author:
- Jens Riemschneider
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml.LeafClassTransformer
associationTransformer, documentEntryTransformer, factory, folderTransformer, PROPERTY_FOLDER_CLASSIFICATION_INSIDE, PROPERTY_SUBMISSION_SET_CLASSIFICATION_INSIDE, submissionSetTransformer
-
Constructor Summary
ConstructorDescriptionConstructs the transformer -
Method Summary
Modifier and TypeMethodDescriptionTransforms the ebXML representation into a request.toEbXML
(RegisterDocumentSet request) Transforms the request into its ebXML representation.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml.LeafClassTransformer
addClassification, createClassification, handleFolder, handleSubmissionSet
-
Constructor Details
-
RegisterDocumentSetTransformer
Constructs the transformer- Parameters:
factory
- factory for version independent ebXML objects.
-
-
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
.
-