Package io.quarkiverse.cxf.deployment
Class CxfBuildTimeConfig.Wsdl2JavaConfig
- java.lang.Object
-
- io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaConfig
-
- Enclosing class:
- CxfBuildTimeConfig
public static class CxfBuildTimeConfig.Wsdl2JavaConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledIftruewsdl2javacode generation is run whenever there are WSDL resources found on default or custom defined locations; otherwisewsdl2javais not executed.Map<String,CxfBuildTimeConfig.Wsdl2JavaParameterSet>namedParameterSetsA collection of named parameter sets for the CXFwsdl2javatool.CxfBuildTimeConfig.Wsdl2JavaParameterSetrootParameterSetParameters for the CXFwsdl2javatool.
-
Constructor Summary
Constructors Constructor Description Wsdl2JavaConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="true") public boolean enabled
Iftruewsdl2javacode generation is run whenever there are WSDL resources found on default or custom defined locations; otherwisewsdl2javais not executed.
-
rootParameterSet
@ConfigItem(name="<<parent>>") public CxfBuildTimeConfig.Wsdl2JavaParameterSet rootParameterSet
Parameters for the CXFwsdl2javatool. Use this when you want to generate Java classes from all your WSDL files using the samewsdl2javaparameters. You should usenamedParameterSetsinstead if you need to invokewsdl2javawith different parameters for some of your WSDL files.
-
namedParameterSets
@ConfigItem(name="<<parent>>") public Map<String,CxfBuildTimeConfig.Wsdl2JavaParameterSet> namedParameterSets
A collection of named parameter sets for the CXFwsdl2javatool. Each entry selects a set of WSDL files and defines options to be used when invokingwsdl2javawith the selected files.
-
-