Class CxfBuildTimeConfig.Java2WsConfig

    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public boolean enabled
        If true java2ws WSDL generation is run whenever there are Java classes selected via includes and excludes options; otherwise java2ws is not executed.
      • rootParameterSet

        @ConfigItem(name="<<parent>>")
        public CxfBuildTimeConfig.Java2WsParameterSet rootParameterSet
        Parameters for the CXF java2ws tool. Use this when you want to generate WSDL files from all your Java classes annotated with WebService. You should use namedParameterSets instead if you need to invoke java2ws with 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 CXF java2ws tool. Each entry selects a set of Java classes annotated with WebService and defines options to be used when invoking java2ws with the selected classes.
    • Constructor Detail

      • Java2WsConfig

        public Java2WsConfig()