| Name | Description | Type | Package | Framework | 
| BatchletAdapter | Class | org.springframework.batch.core.jsr.step.batchlet | Spring Batch | |
| BatchletStep | Special sub class of the TaskletStep for use with JSR-352 jobs. | Class | org.springframework.batch.core.jsr.step | Spring Batch | 
| DecisionStep | as defined by JSR-352. | Class | org.springframework.batch.core.jsr.step | Spring Batch | 
| JsrBatchletStepBuilder | Extension of the TaskletStepBuilder that uses a BatchletStep insteadSince:3. | Class | org.springframework.batch.core.jsr.step.builder | Spring Batch | 
| JsrChunkProcessor | ChunkProcessor implementation that implements JSR-352's chunking pattern(read and process in a loop until the chunk is complete then write). | Class | org.springframework.batch.core.jsr.step.item | Spring Batch | 
| JsrChunkProvider | A no-op ChunkProvider. | Class | org.springframework.batch.core.jsr.step.item | Spring Batch | 
| JsrFaultTolerantChunkProcessor | Extension of the JsrChunkProcessor that adds skip and retry functionality. | Class | org.springframework.batch.core.jsr.step.item | Spring Batch | 
| JsrFaultTolerantStepBuilder | A step builder that extends the FaultTolerantStepBuilder to create JSR-352specific ChunkProvider and ChunkProcessor supporting both the chunking | Class | org.springframework.batch.core.jsr.step.builder | Spring Batch | 
| JsrPartitionStepBuilder | An extension of the PartitionStepBuilder that uses PartitionStepso that JSR-352 specific semantics are honored. | Class | org.springframework.batch.core.jsr.step.builder | Spring Batch | 
| JsrSimpleStepBuilder | A step builder that extends the FaultTolerantStepBuilder to create JSR-352specific ChunkProvider and ChunkProcessor supporting the chunking | Class | org.springframework.batch.core.jsr.step.builder | Spring Batch | 
| PartitionStep | An extension of the PartitionStep that provides additional semanticsrequired by JSR-352. | Class | org.springframework.batch.core.jsr.step | Spring Batch | 
| StepListenerAdapter | Wrapper class to adapt the StepListener toa StepExecutionListener. | Class | org.springframework.batch.core.jsr | Spring Batch |