Annotation Type FactoryType

    • Element Detail

      • value

        FactoryType.Type value
        Default:
        org.apache.cxf.annotations.FactoryType.Type.Singleton
      • factoryClass

        Class<? extends Factory> factoryClass
        The class for the factory. It MUST have a constructor that takes two arguments: 1) The Class for the service 2) String[] of the args from above
        Default:
        org.apache.cxf.annotations.FactoryType.DEFAULT.class