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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEbXML(EbXMLClassification classification) Transforms an aEbXMLClassificationtoAuthor.toEbXML(Author author, EbXMLObjectLibrary objectLibrary) Transforms anAuthorto aEbXMLClassification.
-
Constructor Details
-
AuthorTransformer
Constructs the transformer- Parameters:
ebXMLFactory- factory for version independent ebXML objects.
-
-
Method Details
-
toEbXML
Transforms anAuthorto aEbXMLClassification.- Parameters:
author- the author. Can benull.objectLibrary- the object library to use.- Returns:
- the classification.
nullif the input wasnull.
-
fromEbXML
Transforms an aEbXMLClassificationtoAuthor.- Parameters:
classification- the classification. Can benull.- Returns:
- the author.
nullif the input wasnull.
-