Class ReleaseStrategyFactoryBean
java.lang.Object
org.springframework.integration.config.ReleaseStrategyFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ReleaseStrategy>,org.springframework.beans.factory.InitializingBean
public class ReleaseStrategyFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<ReleaseStrategy>, org.springframework.beans.factory.InitializingBean
Convenience factory for XML configuration of a
ReleaseStrategy.
Encapsulates the knowledge of the default strategy and search algorithms for POJO and annotated methods.-
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 interfaceorg.springframework.beans.factory.InitializingBean
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<ReleaseStrategy>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<ReleaseStrategy>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<ReleaseStrategy>
-