public class TextStripConverter extends java.lang.Object implements ContentConverter
| Constructor and Description |
|---|
TextStripConverter() |
| 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
|
public java.lang.String convertToXml(java.lang.String contents)
ContentConverterconvertToXml in interface ContentConvertercontents - contents of the flat file columnpublic java.lang.String convertToFlatFileContent(java.lang.String contents)
ContentConverterconvertToFlatFileContent in interface ContentConvertercontents - contents of the XML elementCopyright © 2005-2014 FuseSource. All Rights Reserved.