Package | Description |
---|---|
org.springframework.batch.item |
Infrastructure interfaces and primary dependencies for item concerns.
|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
Modifier and Type | Method and Description |
---|---|
T |
ItemReader.read()
Reads a piece of input data and advance to the next one.
|
Modifier and Type | Class and Description |
---|---|
class |
NonTransientFlatFileException
Exception thrown when errors are encountered with the underlying resource.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StaxEventItemReader.moveCursorToNextFragment(XMLEventReader reader)
Responsible for moving the cursor before the StartElement of the fragment root.
|
Copyright © 2014 Pivotal. All rights reserved.