org.webdocwf.util.loader.transformation
Interface Transformer

All Known Implementing Classes:
ConcatenateData, CurrencyConverter, DateTransform, JavaScriptEvaluator, ReplaceData

public interface Transformer


Method Summary
 void configure(java.lang.String s)
          Configure transformer
 void release()
          Release resources if necessairly
 java.util.List transformValue(java.util.List valueToTransform)
          This method return List with transformed values for source column(s).
 

Method Detail

configure

public void configure(java.lang.String s)
               throws java.lang.Exception
Configure transformer

Throws:
java.lang.Exception

release

public void release()
             throws java.lang.Exception
Release resources if necessairly

Throws:
java.lang.Exception

transformValue

public java.util.List transformValue(java.util.List valueToTransform)
                              throws java.lang.Exception
This method return List with transformed values for source column(s).

Throws:
java.lang.Exception


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.