Package io.quarkiverse.cxf.deployment
Interface CxfBuildTimeConfig.Java2WsConfig
- Enclosing interface:
- CxfBuildTimeConfig
public static interface CxfBuildTimeConfig.Java2WsConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Iftruejava2wsWSDL generation is run whenever there are Java classes selected viaincludesandexcludesoptions; otherwisejava2wsis not executed.A collection of named parameter sets for the CXFjava2wstool.Parameters for the CXFjava2wstool.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Iftruejava2wsWSDL generation is run whenever there are Java classes selected viaincludesandexcludesoptions; otherwisejava2wsis not executed. -
rootParameterSet
Parameters for the CXFjava2wstool. Use this when you want to generate WSDL files from all your Java classes annotated withWebService. You should usenamedParameterSets()instead if you need to invokejava2wswith different parameters for some of your Java classes. -
namedParameterSets
A collection of named parameter sets for the CXFjava2wstool. Each entry selects a set of Java classes annotated withWebServiceand defines options to be used when invokingjava2wswith the selected classes.
-