org.nuiton.wikitty.importexport
Class ImportExportXML
java.lang.Object
org.nuiton.wikitty.importexport.ImportExportXML
- All Implemented Interfaces:
- ImportExportMethod
public class ImportExportXML
- extends Object
- implements ImportExportMethod
- Version:
- $Revision$
Last update: $Date$
by : $Author$
- Author:
- poussin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportExportXML
public ImportExportXML()
importReader
public void importReader(String securityToken,
Reader reader,
WikittyService ws,
WikittyTransaction transaction,
WikittyBatchUpdate batchUpdate)
throws Exception
- Description copied from interface:
ImportExportMethod
- Import data from reader.
- Specified by:
importReader in interface ImportExportMethod
- Parameters:
securityToken - security tokenreader - readerws - wikitty servicetransaction - current transactionbatchUpdate - wikitty batch update helper
- Throws:
Exception
exportWriter
public void exportWriter(String securityToken,
Writer result,
WikittyService ws,
WikittyTransaction transaction,
PagedResult<Wikitty> pagedResult)
throws Exception
- Description copied from interface:
ImportExportMethod
- Export data to writer.
- Specified by:
exportWriter in interface ImportExportMethod
- Parameters:
securityToken - security tokenresult - writerws - wikitty servicetransaction - current transactionpagedResult - paged result
- Throws:
Exception
Copyright © 2009-2010 CodeLutin. All Rights Reserved.