Package io.quarkiverse.cxf.deployment
Interface CxfBuildTimeConfig.Wsdl2JavaConfig
- Enclosing interface:
- CxfBuildTimeConfig
public static interface CxfBuildTimeConfig.Wsdl2JavaConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If `true` `wsdl2java` code generation is run whenever there are WSDL resources found on default or custom defined locations; otherwise `wsdl2java` is not executed.A collection of named parameter sets for the CXF `wsdl2java` tool.Parameters for the CXF `wsdl2java` tool.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()If `true` `wsdl2java` code generation is run whenever there are WSDL resources found on default or custom defined locations; otherwise `wsdl2java` is not executed.- Since:
- 2.0.0
-
rootParameterSet
Parameters for the CXF `wsdl2java` tool. Use this when you want to generate Java classes from all your WSDL files using the same `wsdl2java` parameters. You should use `named-parameter-sets` instead if you need to invoke `wsdl2java` with different parameters for some of your WSDL files.- Since:
- 2.0.0
-
namedParameterSets
A collection of named parameter sets for the CXF `wsdl2java` tool. Each entry selects a set of WSDL files and defines options to be used when invoking `wsdl2java` with the selected files.- Since:
- 2.0.0
-