|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentConverter
Interface for the conversion of columns content to XML and vice versa used by the SimpleFlatFileMarshaler
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String convertToXml(java.lang.String contents)
contents
- contents of the flat file column
java.lang.String convertToFlatFileContent(java.lang.String contents)
contents
- contents of the XML element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |