Class AuthorTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml.AuthorTransformer
Transforms between an
Author
instance and its representation in ebXML.- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromEbXML
(EbXMLClassification classification) Transforms an aEbXMLClassification
toAuthor
.toEbXML
(Author author, EbXMLObjectLibrary objectLibrary) Transforms anAuthor
to aEbXMLClassification
.
-
Constructor Details
-
AuthorTransformer
Constructs the transformer- Parameters:
ebXMLFactory
- factory for version independent ebXML objects.
-
-
Method Details
-
toEbXML
Transforms anAuthor
to aEbXMLClassification
.- Parameters:
author
- the author. Can benull
.objectLibrary
- the object library to use.- Returns:
- the classification.
null
if the input wasnull
.
-
fromEbXML
Transforms an aEbXMLClassification
toAuthor
.- Parameters:
classification
- the classification. Can benull
.- Returns:
- the author.
null
if the input wasnull
.
-