Class BeanCreatingHandlerProvider<T>

  • Type Parameters:
    T - the handler type
    All Implemented Interfaces:
    Aware, BeanFactoryAware

    public class BeanCreatingHandlerProvider<T>
    extends Object
    implements BeanFactoryAware
    Instantiates a target handler through a Spring BeanFactory and also provides an equivalent destroy method. Mainly for internal use to assist with initializing and destroying handlers with per-connection lifecycle.
    Since:
    4.0
    Author:
    Rossen Stoyanchev