Interface Invoker

  • All Known Implementing Classes:
    AbstractInvoker, BeanInvoker, FactoryInvoker

    public interface Invoker
    Invokers control how a particular service is invoked. It may maintain state or it may create new service objects for every request. It is up to the invoker.