Class WsdlOption
java.lang.Object
org.apache.cxf.maven_plugin.wsdl2js.Option
org.apache.cxf.maven_plugin.wsdl2js.WsdlOption
- All Implemented Interfaces:
GenericWsdlOption
An option for javascript generation.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.maven_plugin.wsdl2js.Option
Option.UriPrefixPair
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateCommandLine
(File outputDirFile, URI basedir, URI wsdlURI, boolean debug) Maven coordinatesFile[]
getUri()
Return a string pointing to the WSDL.getWsdl()
void
setArtifact
(WsdlArtifact artifact) void
void
Set pathname or URI to WSDL.toString()
Methods inherited from class org.apache.cxf.maven_plugin.wsdl2js.Option
getCatalog, getDependencies, getOutput, getOutputDir, getPackagePrefixes, getValidate, getWsdlVersion, merge, setCatalog, setDependencies, setOutput, setOutputDir, setPackagePrefixes, setValidate, setWsdlVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cxf.maven_plugin.GenericWsdlOption
getOutputDir, setOutputDir
-
Constructor Details
-
WsdlOption
public WsdlOption()
-
-
Method Details
-
getWsdl
- Returns:
- Pathname or URI to wsdl.
-
setWsdl
Set pathname or URI to WSDL.- Parameters:
wsdl
- path.
-
getArtifact
Maven coordinates- Specified by:
getArtifact
in interfaceGenericWsdlOption
- Returns:
-
setArtifact
- Specified by:
setArtifact
in interfaceGenericWsdlOption
-
getUri
Description copied from interface:GenericWsdlOption
Return a string pointing to the WSDL. Might be a plain path, might be a full URI.- Specified by:
getUri
in interfaceGenericWsdlOption
- Returns:
-
setUri
- Specified by:
setUri
in interfaceGenericWsdlOption
-
getDeleteDirs
- Specified by:
getDeleteDirs
in interfaceGenericWsdlOption
-
generateCommandLine
public List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug) - Specified by:
generateCommandLine
in interfaceGenericWsdlOption
-
toString
-