Class FactoryInvoker

java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
All Implemented Interfaces:
Invoker

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

    • factory

      protected Factory factory
  • Constructor Details

    • FactoryInvoker

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

      public FactoryInvoker()
  • Method Details