Package de.businesscode.bcdui.wrs.save
Class DataSaver
- java.lang.Object
-
- de.businesscode.bcdui.wrs.save.DataSaver
-
public class DataSaver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataSaver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(IRequestOptions optionsPr, javax.xml.stream.XMLEventReader reader, org.apache.logging.log4j.Logger loggerPr)
void
run()
-
-
-
Method Detail
-
init
public void init(IRequestOptions optionsPr, javax.xml.stream.XMLEventReader reader, org.apache.logging.log4j.Logger loggerPr) throws java.lang.Exception
- Throws:
java.lang.Exception
-
run
public void run() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-