Class MethodInvokingReleaseStrategy

java.lang.Object
org.springframework.integration.aggregator.MethodInvokingReleaseStrategy
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, ReleaseStrategy, ManageableLifecycle

public class MethodInvokingReleaseStrategy extends Object implements ReleaseStrategy, BeanFactoryAware, ManageableLifecycle
A ReleaseStrategy that invokes a method on a plain old Java object.
Author:
Marius Bogoevici, Dave Syer, Artme Bilan