Class FactoryInvoker

  • All Implemented Interfaces:
    Invoker

    public class FactoryInvoker
    extends AbstractInvoker
    This invoker implementation calls a Factory to create the service object.
    • Field Detail

      • factory

        protected Factory factory
    • Constructor Detail

      • FactoryInvoker

        public FactoryInvoker​(Factory factory)
        Create a FactoryInvoker object.
        Parameters:
        factory - the factory used to create service object.
      • FactoryInvoker

        public FactoryInvoker()