Package org.springframework.batch.item.adapter

Adapters for Plain Old Java Objects.

See:
          Description

Class Summary
AbstractMethodInvokingDelegator Superclass for delegating classes which dynamically call a custom method of injected object.
ItemReaderAdapter Invokes a custom method on a delegate plain old Java object which itself provides an item.
ItemWriterAdapter Delegates item processing to a custom method - passes the item as an argument for the delegate method.
PropertyExtractingDelegatingItemWriter Delegates processing to a custom method - extracts property values from item object and uses them as arguments for the delegate method.
 

Exception Summary
DynamicMethodInvocationException Indicates an error has been encountered while trying to dynamically call a method e.g.
 

Package org.springframework.batch.item.adapter Description

Adapters for Plain Old Java Objects.



Copyright © 2009 SpringSource. All Rights Reserved.