Class Option
java.lang.Object
org.apache.cxf.maven_plugin.wsdl2js.Option
- Direct Known Subclasses:
WsdlOption
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Since an arbitrary URI can't be an XML element name, these pairs are used to specify a mapping from URI to prefix. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFile[]
void
void
setCatalog
(File catalog) Set catalog used to resolve XML URIs in the wsdl.void
setDependencies
(File[] dependencies) void
Set the output directory.void
setOutputDir
(File outputDir) void
setPackagePrefixes
(Option.UriPrefixPair[] packagePrefixes) Set the mappings from namespace URI to Javascript name prefixes.void
setValidate
(String validate) Control WSDL validation.void
setWsdlVersion
(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
-