public class CamelItemReader extends Object implements javax.batch.api.chunk.ItemReader
| Constructor and Description |
|---|
CamelItemReader() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
checkpointInfo() |
void |
close() |
void |
open(Serializable checkpoint) |
Object |
readItem() |
public Object readItem() throws Exception
readItem in interface javax.batch.api.chunk.ItemReaderExceptionpublic void close()
throws Exception
close in interface javax.batch.api.chunk.ItemReaderExceptionpublic void open(Serializable checkpoint) throws Exception
open in interface javax.batch.api.chunk.ItemReaderExceptionpublic Serializable checkpointInfo() throws Exception
checkpointInfo in interface javax.batch.api.chunk.ItemReaderExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.