public interface GenericWsdlOption
Modifier and Type | Method and Description |
---|---|
List<String> |
generateCommandLine(File outputDirFile,
URI basedir,
URI wsdlURI,
boolean debug) |
WsdlArtifact |
getArtifact() |
File[] |
getDeleteDirs() |
File |
getOutputDir() |
String |
getUri()
Return a string pointing to the WSDL.
|
void |
setArtifact(WsdlArtifact artifact) |
void |
setOutputDir(File outputDir) |
void |
setUri(String uri) |
WsdlArtifact getArtifact()
void setArtifact(WsdlArtifact artifact)
String getUri()
void setUri(String uri)
File getOutputDir()
void setOutputDir(File outputDir)
File[] getDeleteDirs()
Apache CXF