Interface CxfBuildTimeConfig.Java2WsConfig

Enclosing interface:
CxfBuildTimeConfig

public static interface CxfBuildTimeConfig.Java2WsConfig
  • Method Details

    • enabled

      @WithDefault("true") 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

      @WithParentName 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

      @WithParentName 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.