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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug) Maven coordinatesFile[]getUri()Return a string pointing to the WSDL.getWsdl()voidsetArtifact(WsdlArtifact artifact) voidvoidSet 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, setWsdlVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getArtifactin interfaceGenericWsdlOption- Returns:
-
setArtifact
- Specified by:
setArtifactin interfaceGenericWsdlOption
-
getUri
Description copied from interface:GenericWsdlOptionReturn a string pointing to the WSDL. Might be a plain path, might be a full URI.- Specified by:
getUriin interfaceGenericWsdlOption- Returns:
-
setUri
- Specified by:
setUriin interfaceGenericWsdlOption
-
getDeleteDirs
- Specified by:
getDeleteDirsin interfaceGenericWsdlOption
-
generateCommandLine
public List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug) - Specified by:
generateCommandLinein interfaceGenericWsdlOption
-
toString
-