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, setWsdlVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOutputDir, setOutputDirpublic String getWsdl()
public void setWsdl(String wsdl)
wsdl - path.public WsdlArtifact getArtifact()
getArtifact in interface GenericWsdlOptionpublic void setArtifact(WsdlArtifact artifact)
setArtifact in interface GenericWsdlOptionpublic String getUri()
GenericWsdlOptiongetUri in interface GenericWsdlOptionpublic void setUri(String uri)
setUri in interface GenericWsdlOptionpublic File[] getDeleteDirs()
getDeleteDirs in interface GenericWsdlOptionpublic List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
generateCommandLine in interface GenericWsdlOptionApache CXF