Package io.quarkiverse.cxf
Interface CxfFixedConfig.ClientFixedConfig
- Enclosing interface:
- CxfFixedConfig
public static interface CxfFixedConfig.ClientFixedConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this is an alternative proxy client configuration.native_()Configuration options related to native modeThe client service interface class name
-
Method Details
-
serviceInterface
The client service interface class name- Since:
- 1.0.0
-
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`.- Since:
- 1.0.0
-
native_
Configuration options related to native mode -
createDefault
-