Class CxfBuildTimeConfig.Wsdl2JavaConfig

    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public 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

        @ConfigItem(name="<<parent>>")
        public 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

        @ConfigItem(name="<<parent>>")
        public 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.
    • Constructor Detail

      • Wsdl2JavaConfig

        public Wsdl2JavaConfig()