Package io.mateo.cxf.codegen.wsdl2js
Class Wsdl2JsOptions
java.lang.Object
io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
Options for the 
wsdl2js tool.- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classContainer class for URI.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract RegularFilePropertySpecifies the XML catalog to use for resolving imported schemas and WSDL documents.abstract DirectoryPropertySpecifies the directory the generated code files are written.abstract ListProperty<Wsdl2JsOptions.UriPrefixPair>Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated JavaScript.getQuiet()Enables or disables quiet mode.Enables validating the WSDL before generating the code.Enables or disables verbosity.getWsdl()Specifies the WSDL document from which JavaScript is generated fromSpecifies the WSDL version the tool expects.
- 
Constructor Details- 
Wsdl2JsOptionspublic Wsdl2JsOptions()
 
- 
- 
Method Details- 
getWsdlSpecifies the WSDL document from which JavaScript is generated from- Returns:
- wsdl file
 
- 
getWsdlVersionSpecifies the WSDL version the tool expects.If not set, wsdl2jsdefaults toWSDL1.1.- Returns:
- wsdl version
 
- 
getPackagePrefixesSpecifies 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
 
- 
getCatalogSpecifies the XML catalog to use for resolving imported schemas and WSDL documents.- Returns:
- catalog
 
- 
getValidateEnables validating the WSDL before generating the code.- Returns:
- validate WSDL
 
- 
getVerboseEnables or disables verbosity. When enabled, displays comments during the code generation process.- Returns:
- verbosity indicator
 
- 
getQuietEnables or disables quiet mode. When enabled, suppresses comments during the code generation process.- Returns:
- quite mode enablement
 
- 
getOutputDirSpecifies the directory the generated code files are written.If not set, the convention is "$buildDir/$taskName-wsdl2js-generated-sources"- Returns:
- output directory
 
 
-