Uses of Package
org.springframework.batch.item

Packages that use org.springframework.batch.item
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.partition.support   
org.springframework.batch.core.repository.dao Specific implementations of dao concerns. 
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
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.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. 
org.springframework.batch.test   
 

Classes in org.springframework.batch.item used by org.springframework.batch.core
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.job
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.partition.support
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.repository.dao
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step
ExecutionContext
          Object representing a context for an ItemStream.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step.item
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.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.core.step.tasklet
ExecutionContext
          Object representing a context for an ItemStream.
ItemStream
           Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item
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.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.adapter
ItemProcessor
          Interface for item transformation.
ItemReader
          Strategy interface for providing the data.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.database
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.
ItemStreamReader
          Convenience interface that combines ItemStream and ItemReader .
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.file
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 .
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.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.jms
ItemReader
          Strategy interface for providing the data.
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.mail
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.mail.javamail
ItemWriter
           Basic interface for generic output operations.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.support
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.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.validator
ItemProcessor
          Interface for item transformation.
ItemReaderException
          A base exception class that all exceptions thrown from an ItemReader extend.
 

Classes in org.springframework.batch.item used by org.springframework.batch.item.xml
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 .
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.
 

Classes in org.springframework.batch.item used by org.springframework.batch.test
ExecutionContext
          Object representing a context for an ItemStream.
 



Copyright © 2013 SpringSource. All Rights Reserved.