Interface DataWrapper
-
- All Known Implementing Classes:
JSONWrapper
,XMLWrapper
public interface DataWrapper
Interface provides method for wrapping all important data in to properly documented format, design mainly for data transfer. Format should contain generated data and all necessary information, to identify their origin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
wrapData(List<Data> data)
Wraps data into specific format
-