Package io.quarkiverse.cxf.deployment
Class CxfBuildTimeConfig.Java2WsConfig
- java.lang.Object
-
- io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsConfig
-
- Enclosing class:
- CxfBuildTimeConfig
public static class CxfBuildTimeConfig.Java2WsConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledIftruejava2wsWSDL generation is run whenever there are Java classes selected viaincludesandexcludesoptions; otherwisejava2wsis not executed.Map<String,CxfBuildTimeConfig.Java2WsParameterSet>namedParameterSetsA collection of named parameter sets for the CXFjava2wstool.CxfBuildTimeConfig.Java2WsParameterSetrootParameterSetParameters for the CXFjava2wstool.
-
Constructor Summary
Constructors Constructor Description Java2WsConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="true") public boolean enabled
Iftruejava2wsWSDL generation is run whenever there are Java classes selected viaincludesandexcludesoptions; otherwisejava2wsis not executed.
-
rootParameterSet
@ConfigItem(name="<<parent>>") public CxfBuildTimeConfig.Java2WsParameterSet rootParameterSet
Parameters for the CXFjava2wstool. Use this when you want to generate WSDL files from all your Java classes annotated withjakarta.jws.WebService. You should usenamedParameterSetsinstead if you need to invokejava2wswith different parameters for some of your Java classes.
-
namedParameterSets
@ConfigItem(name="<<parent>>") public Map<String,CxfBuildTimeConfig.Java2WsParameterSet> namedParameterSets
A collection of named parameter sets for the CXFjava2wstool. Each entry selects a set of Java classes annotated withjakarta.jws.WebServiceand defines options to be used when invokingjava2wswith the selected classes.
-
-