Class CorrelationStrategyFactoryBean
java.lang.Object
org.springframework.integration.config.CorrelationStrategyFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<CorrelationStrategy>,org.springframework.beans.factory.InitializingBean
public class CorrelationStrategyFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<CorrelationStrategy>, org.springframework.beans.factory.InitializingBean
Convenience factory for XML configuration of a
CorrelationStrategy.
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
-
CorrelationStrategyFactoryBean
public CorrelationStrategyFactoryBean()
-
-
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<CorrelationStrategy>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<CorrelationStrategy>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<CorrelationStrategy>
-