Class ReleaseStrategyFactoryBean

java.lang.Object
org.springframework.integration.config.ReleaseStrategyFactoryBean
All Implemented Interfaces:
FactoryBean<ReleaseStrategy>, InitializingBean

public class ReleaseStrategyFactoryBean extends Object implements FactoryBean<ReleaseStrategy>, InitializingBean
Convenience factory for XML configuration of a ReleaseStrategy. Encapsulates the knowledge of the default strategy and search algorithms for POJO and annotated methods.
Author:
Dave Syer, Gary Russell, Artem Bilan