public class WsdlOption extends Option implements GenericWsdlOption
asyncMethods, bareMethods, extraargs, mimeMethods, outputDir, packagenames, xjcargs
Constructor and Description |
---|
WsdlOption() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
generateCommandLine(File outputDirFile,
URI basedir,
URI wsdlURI,
boolean debug) |
WsdlArtifact |
getArtifact() |
String |
getUri()
Return a string pointing to the WSDL.
|
String |
getWsdl() |
WsdlArtifact |
getWsdlArtifact() |
File |
getWsdlFile(File baseDir)
Try to find a file matching the wsdl path (either absolutely, relatively to the current dir or to
the project base dir)
|
URI |
getWsdlURI(URI baseURI) |
int |
hashCode() |
boolean |
isDefServiceName() |
void |
setArtifact(WsdlArtifact artifact) |
void |
setUri(String uri) |
void |
setWsdl(String w) |
void |
setWsdlArtifact(WsdlArtifact wsdlArtifact) |
String |
toString() |
addBindingFile, addDefaultBindingFileIfExists, copyOptions, getAsyncMethods, getBareMethods, getBindingFiles, getCatalog, getDataBinding, getDefaultExcludesNamespace, getDefaultNamespacePackageMapping, getDeleteDirs, getDependencies, getDependencyURIs, getExceptionSuper, getExtraargs, getFaultSerialVersionUID, getFrontEnd, getMimeMethods, getNamespaceExcludes, getOutputDir, getPackagenames, getSeiSuper, getServiceName, getValidateWsdl, getWsdlLocation, getWsdlVersion, getXJCargs, isAllowElementRefs, isAutoNameResolution, isExtendedSoapHeaders, isMarkGenerated, isNoAddressBinding, isNoTypes, isSetWsdlLocation, isWsdlList, merge, setAllowElementRefs, setAsyncMethods, setAutoNameResolution, setBareMethods, setBindingFiles, setCatalog, setDataBinding, setDefaultExcludesNamespace, setDefaultNamespacePackageMapping, setDeleteDirs, setDependencies, setExceptionSuper, setExtendedSoapHeaders, setExtraargs, setFaultSerialVersionUID, setFrontEnd, setMarkGenerated, setMimeMethods, setNamespaceExcludes, setNoAddressBinding, setNoTypes, setOutputDir, setPackagenames, setSeiSuper, setServiceName, setValidate, setValidateWsdl, setWsdlList, setWsdlLocation, setWsdlVersion, setXJCargs
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDeleteDirs, getOutputDir, setOutputDir
public String getWsdl()
public void setWsdl(String w)
public WsdlArtifact getWsdlArtifact()
public void setArtifact(WsdlArtifact artifact)
setArtifact
in interface GenericWsdlOption
public void setWsdlArtifact(WsdlArtifact wsdlArtifact)
public File getWsdlFile(File baseDir)
public URI getWsdlURI(URI baseURI) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public boolean isDefServiceName()
public List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
generateCommandLine
in interface GenericWsdlOption
public WsdlArtifact getArtifact()
getArtifact
in interface GenericWsdlOption
public String getUri()
GenericWsdlOption
getUri
in interface GenericWsdlOption
public void setUri(String uri)
setUri
in interface GenericWsdlOption
Apache CXF