Interface Wsdl2JsOption

All Superinterfaces:
Named, Option

@Incubating public interface Wsdl2JsOption extends Option
Options for the wsdl2java code generation tool.
  • Method Details

    • getWsdlVersion

      @Input @Optional Property<String> getWsdlVersion()
      Specifies the WSDL version the tool expects.

      If not set, wsdl2js defaults to WSDL1.1.

      Returns:
      wsdl version
    • getPackagePrefixes

      Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated JavaScript.

      The format is URI=prefix. In other words: [wsdl namespace]=prefix

      Returns:
      package prefixes
    • getCatalog

      Specifies the XML catalog to use for resolving imported schemas and WSDL documents.
      Returns:
      catalog
    • getValidate

      Enables validating the WSDL before generating the code.
      Returns:
      validate WSDL
    • getVerbose

      Enables or disables verbosity. When enabled, displays comments during the code generation process.
      Returns:
      verbosity indicator
    • getQuiet

      Enables or disables quiet mode. When enabled, suppresses comments during the code generation process.
      Returns:
      quite mode enablement