Package | Description |
---|---|
org.springframework.batch.item |
Infrastructure interfaces and primary dependencies for item concerns.
|
org.springframework.batch.item.adapter |
Adapters for Plain Old Java Objects.
|
org.springframework.batch.item.amqp | |
org.springframework.batch.item.data | |
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.jms | |
org.springframework.batch.item.mail | |
org.springframework.batch.item.mail.javamail | |
org.springframework.batch.item.support |
Internal support package
|
org.springframework.batch.item.validator |
Infrastructure implementations of item validator concerns.
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
Class and Description |
---|
ExecutionContext
Object representing a context for an
ItemStream . |
ItemReader
Strategy interface for providing the data.
|
ItemReaderException
A base exception class that all exceptions thrown from an
ItemReader extend. |
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamException
Exception representing any errors encountered while processing a stream.
|
ItemWriter
Basic interface for generic output operations.
|
ItemWriterException
A base exception class that all exceptions thrown from an
ItemWriter extend. |
NonTransientResourceException
Exception indicating that an error has been encountered doing I/O from a
reader, and the exception should be considered fatal.
|
ParseException
Exception indicating that an error has been encountered parsing io, typically from a file.
|
UnexpectedInputException
Used to signal an unexpected end of an input or message stream.
|
Class and Description |
---|
ItemProcessor
Interface for item transformation.
|
ItemReader
Strategy interface for providing the data.
|
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ItemReader
Strategy interface for providing the data.
|
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ItemReader
Strategy interface for providing the data.
|
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamSupport
Empty method implementation of
ItemStream . |
ItemWriter
Basic interface for generic output operations.
|
KeyValueItemWriter
A base class to implement any
ItemWriter that writes to a key value store
using a Converter to derive a key from an item |
Class and Description |
---|
ExecutionContext
Object representing a context for an
ItemStream . |
ItemReader
Strategy interface for providing the data.
|
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamException
Exception representing any errors encountered while processing a stream.
|
ItemStreamSupport
Empty method implementation of
ItemStream . |
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ExecutionContext
Object representing a context for an
ItemStream . |
ItemReader
Strategy interface for providing the data.
|
ItemReaderException
A base exception class that all exceptions thrown from an
ItemReader extend. |
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamException
Exception representing any errors encountered while processing a stream.
|
ItemStreamReader
Convenience interface that combines
ItemStream and ItemReader
. |
ItemStreamSupport
Empty method implementation of
ItemStream . |
ItemStreamWriter
Convenience interface that combines
ItemStream and ItemWriter
. |
ItemWriter
Basic interface for generic output operations.
|
NonTransientResourceException
Exception indicating that an error has been encountered doing I/O from a
reader, and the exception should be considered fatal.
|
ParseException
Exception indicating that an error has been encountered parsing io, typically from a file.
|
UnexpectedInputException
Used to signal an unexpected end of an input or message stream.
|
Class and Description |
---|
ItemReader
Strategy interface for providing the data.
|
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ItemWriter
Basic interface for generic output operations.
|
Class and Description |
---|
ExecutionContext
Object representing a context for an
ItemStream . |
ItemProcessor
Interface for item transformation.
|
ItemReader
Strategy interface for providing the data.
|
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamException
Exception representing any errors encountered while processing a stream.
|
ItemStreamReader
Convenience interface that combines
ItemStream and ItemReader
. |
ItemStreamSupport
Empty method implementation of
ItemStream . |
ItemStreamWriter
Convenience interface that combines
ItemStream and ItemWriter
. |
ItemWriter
Basic interface for generic output operations.
|
ParseException
Exception indicating that an error has been encountered parsing io, typically from a file.
|
PeekableItemReader
A specialisation of
ItemReader that allows the user to look ahead
into the stream of items. |
UnexpectedInputException
Used to signal an unexpected end of an input or message stream.
|
Class and Description |
---|
ItemProcessor
Interface for item transformation.
|
ItemReaderException
A base exception class that all exceptions thrown from an
ItemReader extend. |
Class and Description |
---|
ExecutionContext
Object representing a context for an
ItemStream . |
ItemReader
Strategy interface for providing the data.
|
ItemStream
Marker interface defining a contract for periodically storing state and restoring from that state should an error
occur.
|
ItemStreamReader
Convenience interface that combines
ItemStream and ItemReader
. |
ItemStreamSupport
Empty method implementation of
ItemStream . |
ItemStreamWriter
Convenience interface that combines
ItemStream and ItemWriter
. |
ItemWriter
Basic interface for generic output operations.
|
NonTransientResourceException
Exception indicating that an error has been encountered doing I/O from a
reader, and the exception should be considered fatal.
|
Copyright © 2014. All Rights Reserved.