io.github.benas.easybatch.tutorials.helloworld.xml
Class GreetingProcessor
java.lang.Object
io.github.benas.easybatch.core.api.AbstractRecordProcessor<Greeting>
io.github.benas.easybatch.tutorials.helloworld.xml.GreetingProcessor
- All Implemented Interfaces:
- RecordProcessor<Greeting,Object>
public class GreetingProcessor
- extends AbstractRecordProcessor<Greeting>
A processor that will generate greeting messages for each record in the input file.
- Author:
- benas (md.benhassine@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreetingProcessor
public GreetingProcessor()
processRecord
public void processRecord(Greeting greeting)
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.