Example usage for org.springframework.batch.item.adapter ItemReaderAdapter subclass-usage

List of usage examples for org.springframework.batch.item.adapter ItemReaderAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.adapter ItemReaderAdapter subclass-usage.

Usage

From source file com.github.jrrdev.mantisbtsync.core.common.readers.AxisAuthItemReader.java

/**
 * Read on item from Apache Axis WebService. The WebService method
 * is supposed to return only one item.
 * Can use an authentication cookie if PortalAuthManager is set.
 *
 * @author jrrdev