org.eclipse.ohf.ihe.xds.metadata.transform
Interface DocumentEntryTransformer

All Known Implementing Classes:
ByteArrayDocumentEntryTransformer, EbXML_2_1DocumentEntryTransformer

public interface DocumentEntryTransformer

Implementations of this interface will provide the mechanism to render an instance of a particular target format for the information contained within the given DocumentEntryType object.

Author:
Sarah Knoop

Method Summary
 void transform(DocumentEntryType docEntry)
           
 

Method Detail

transform

void transform(DocumentEntryType docEntry)
               throws MetadataTransformationException
Throws:
MetadataTransformationException