Class EndpointHandlerMethod


  • public class EndpointHandlerMethod
    extends java.lang.Object
    Handler method for retrying endpoints.
    Since:
    2.7
    Author:
    Tomaz Fernandes, Gary Russell
    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointHandlerMethod​(java.lang.Class<?> beanClass, java.lang.String methodName)  
      EndpointHandlerMethod​(java.lang.Object bean, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()
      Return the method.
      java.lang.Object resolveBean​(org.springframework.beans.factory.BeanFactory beanFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndpointHandlerMethod

        public EndpointHandlerMethod​(java.lang.Class<?> beanClass,
                                     java.lang.String methodName)
      • EndpointHandlerMethod

        public EndpointHandlerMethod​(java.lang.Object bean,
                                     java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
        Return the method.
        Returns:
        the method.
      • resolveBean

        public java.lang.Object resolveBean​(org.springframework.beans.factory.BeanFactory beanFactory)