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 java.lang.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.
  • Field Summary

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

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    ReleaseStrategyFactoryBean()  
  • Method Summary

    Modifier and Type Method Description
    void afterPropertiesSet()  
    ReleaseStrategy 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
  • Constructor Details

  • Method Details

    • setTarget

      public void setTarget​(java.lang.Object target)
    • setMethodName

      public void setMethodName​(java.lang.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 java.lang.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>