Interface CxfFixedConfig.ClientFixedConfig

  • Enclosing interface:
    CxfFixedConfig

    public static interface CxfFixedConfig.ClientFixedConfig
    • Method Detail

      • serviceInterface

        Optional<String> serviceInterface()
        The client service interface class name
      • alternative

        @WithDefault("false")
        boolean alternative()
        Indicates whether this is an alternative proxy client configuration. If true, then this configuration is ignored when configuring a client without annotation `@CXFClient`.