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

    • ReleaseStrategyFactoryBean

      public ReleaseStrategyFactoryBean()
  • 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 ReleaseStrategy getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<ReleaseStrategy>
    • getObjectType

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

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