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.
  • Constructor Details

    • CorrelationStrategyFactoryBean

      public CorrelationStrategyFactoryBean()
  • Method Details

    • setTarget

      public void setTarget(Object target)
    • setMethodName

      public void setMethodName(String methodName)
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getObject

      public CorrelationStrategy getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<CorrelationStrategy>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<CorrelationStrategy>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<CorrelationStrategy>