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

All Known Implementing Classes:
ByteArrayFolderTransformer, EbXML_2_1FolderTransformer

public interface FolderTransformer

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

Author:
Sarah Knoop

Method Summary
 void transform(FolderType folder)
           
 

Method Detail

transform

void transform(FolderType folder)
               throws MetadataTransformationException
Throws:
MetadataTransformationException