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 Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?> booleanvoidsetMethodName(String methodName) void 
- 
Constructor Details
- 
ReleaseStrategyFactoryBean
public ReleaseStrategyFactoryBean() 
 - 
 - 
Method Details
- 
setTarget
 - 
setMethodName
 - 
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
 afterPropertiesSetin interfaceInitializingBean
 - 
getObject
- Specified by:
 getObjectin interfaceFactoryBean<ReleaseStrategy>
 - 
getObjectType
- Specified by:
 getObjectTypein interfaceFactoryBean<ReleaseStrategy>
 - 
isSingleton
public boolean isSingleton()- Specified by:
 isSingletonin interfaceFactoryBean<ReleaseStrategy>
 
 -