io.github.benas.easybatch.tutorials.customers.etl
Class CustomerProcessor
java.lang.Object
io.github.benas.easybatch.core.api.AbstractRecordProcessor<Customer>
io.github.benas.easybatch.tutorials.customers.etl.CustomerProcessor
- All Implemented Interfaces:
- RecordProcessor<Customer,Object>
public class CustomerProcessor
- extends AbstractRecordProcessor<Customer>
A customer processor implementation that generates customer XML data using JAXB.
- Author:
- benas (md.benhassine@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerProcessor
public CustomerProcessor()
throws Exception
- Create a CustomerProcessor.
- Throws:
Exception - if a problem occurs during JAXB marshaller initialization
processRecord
public void processRecord(Customer customer)
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.