public class WsdlOption extends Option implements GenericWsdlOption
Option.UriPrefixPair
Constructor and Description |
---|
WsdlOption() |
Modifier and Type | Method and Description |
---|---|
List<String> |
generateCommandLine(File outputDirFile,
URI basedir,
URI wsdlURI,
boolean debug) |
WsdlArtifact |
getArtifact()
Maven coordinates
|
File[] |
getDeleteDirs() |
String |
getUri()
Return a string pointing to the WSDL.
|
String |
getWsdl() |
void |
setArtifact(WsdlArtifact artifact) |
void |
setUri(String uri) |
void |
setWsdl(String wsdl)
Set pathname or URI to WSDL.
|
String |
toString() |
getCatalog, getDependencies, getOutput, getOutputDir, getPackagePrefixes, getValidate, getWsdlVersion, merge, setCatalog, setDependencies, setOutput, setOutputDir, setPackagePrefixes, setValidate, setWsdlVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOutputDir, setOutputDir
public String getWsdl()
public void setWsdl(String wsdl)
wsdl
- path.public WsdlArtifact getArtifact()
getArtifact
in interface GenericWsdlOption
public void setArtifact(WsdlArtifact artifact)
setArtifact
in interface GenericWsdlOption
public String getUri()
GenericWsdlOption
getUri
in interface GenericWsdlOption
public void setUri(String uri)
setUri
in interface GenericWsdlOption
public File[] getDeleteDirs()
getDeleteDirs
in interface GenericWsdlOption
public List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
generateCommandLine
in interface GenericWsdlOption
Apache CXF