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 java.lang.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
-
Constructor Summary
Constructors Constructor Description CorrelationStrategyFactoryBean() -
Method Summary
Modifier and Type Method Description voidafterPropertiesSet()CorrelationStrategygetObject()java.lang.Class<?>getObjectType()booleanisSingleton()voidsetMethodName(java.lang.String methodName)voidsetTarget(java.lang.Object target)
-
Constructor Details
-
CorrelationStrategyFactoryBean
public CorrelationStrategyFactoryBean()
-
-
Method Details
-
setTarget
public void setTarget(java.lang.Object target) -
setMethodName
public void setMethodName(java.lang.String methodName) -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<CorrelationStrategy>
-
getObjectType
public java.lang.Class<?> getObjectType()- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<CorrelationStrategy>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<CorrelationStrategy>
-