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

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    CorrelationStrategyFactoryBean()  
  • Method Summary

    Modifier and Type Method Description
    void afterPropertiesSet()  
    CorrelationStrategy getObject()  
    java.lang.Class<?> getObjectType()  
    boolean isSingleton()  
    void setMethodName​(java.lang.String methodName)  
    void setTarget​(java.lang.Object target)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait