Class Option
java.lang.Object
org.apache.cxf.maven_plugin.wsdl2js.Option
- Direct Known Subclasses:
WsdlOption
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSince an arbitrary URI can't be an XML element name, these pairs are used to specify a mapping from URI to prefix. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFile[]voidvoidsetCatalog(File catalog) Set catalog used to resolve XML URIs in the wsdl.voidsetDependencies(File[] dependencies) voidSet the output directory.voidsetOutputDir(File outputDir) voidsetPackagePrefixes(Option.UriPrefixPair[] packagePrefixes) Set the mappings from namespace URI to Javascript name prefixes.voidsetValidate(String validate) Control WSDL validation.voidsetWsdlVersion(String wsdlVersion) toString()
-
Constructor Details
-
Option
public Option()
-
-
Method Details
-
merge
-
getPackagePrefixes
- Returns:
- mappings from namespace URI to javascript name prefix.
-
setPackagePrefixes
Set the mappings from namespace URI to Javascript name prefixes.- Parameters:
packagePrefixes-
-
getCatalog
- Returns:
- catalog used to resolve XML URIs in the wsdl.
-
setCatalog
Set catalog used to resolve XML URIs in the wsdl.- Parameters:
catalog- catalog.
-
getOutput
- Returns:
- output directory. Default is set at the plugin level.
-
setOutput
Set the output directory.- Parameters:
output- output directory.
-
getValidate
- Returns:
- Validating the WSDL?
-
setValidate
Control WSDL validation.- Parameters:
validate- true or all to validate.
-
getOutputDir
-
setOutputDir
-
getWsdlVersion
-
setWsdlVersion
-
getDependencies
-
setDependencies
-
toString
-