public interface ContentConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToFlatFileContent(java.lang.String contents)
Converts the contents of a XML element to the contents of the flat file column
|
java.lang.String |
convertToXml(java.lang.String contents)
Converts the contents of column to the contents of the XML element
|
java.lang.String convertToXml(java.lang.String contents)
contents - contents of the flat file columnjava.lang.String convertToFlatFileContent(java.lang.String contents)
contents - contents of the XML elementCopyright © 2005-2014 FuseSource. All Rights Reserved.