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

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

Introduction

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

Usage

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

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