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, 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, setServiceName, setValidate, setValidateWsdl, setWsdlList, setWsdlLocation, setWsdlVersion, setXJCargsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeleteDirs, getOutputDir, setOutputDirpublic String getWsdl()
public void setWsdl(String w)
public WsdlArtifact getWsdlArtifact()
public void setArtifact(WsdlArtifact artifact)
setArtifact in interface GenericWsdlOptionpublic void setWsdlArtifact(WsdlArtifact wsdlArtifact)
public File getWsdlFile(File baseDir)
public URI getWsdlURI(URI baseURI) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic boolean isDefServiceName()
public List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
generateCommandLine in interface GenericWsdlOptionpublic WsdlArtifact getArtifact()
getArtifact in interface GenericWsdlOptionpublic String getUri()
GenericWsdlOptiongetUri in interface GenericWsdlOptionpublic void setUri(String uri)
setUri in interface GenericWsdlOptionApache CXF