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