Interface CxfBuildTimeConfig.Wsdl2JavaConfig

Enclosing interface:
CxfBuildTimeConfig

public static interface CxfBuildTimeConfig.Wsdl2JavaConfig
  • 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.
    • rootParameterSet

      @WithParentName CxfBuildTimeConfig.Wsdl2JavaParameterSet 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 namedParameterSets() instead if you need to invoke wsdl2java with different parameters for some of your WSDL files.
    • namedParameterSets

      @WithParentName Map<String,CxfBuildTimeConfig.Wsdl2JavaParameterSet> 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.