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
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidClass<?> booleanvoidsetMethodName(String methodName) void
- 
Constructor Details- 
ReleaseStrategyFactoryBeanpublic ReleaseStrategyFactoryBean()
 
- 
- 
Method Details- 
setTarget
- 
setMethodName
- 
afterPropertiesSetpublic void afterPropertiesSet()- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
- 
getObject- Specified by:
- getObjectin interface- FactoryBean<ReleaseStrategy>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- FactoryBean<ReleaseStrategy>
 
- 
isSingletonpublic boolean isSingleton()- Specified by:
- isSingletonin interface- FactoryBean<ReleaseStrategy>
 
 
-