public class WsdlOption extends Option
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) |
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 |
setWsdl(String w) |
void |
setWsdlArtifact(WsdlArtifact wsdlArtifact) |
String |
toString() |
addBindingFile, addDefaultBindingFileIfExists, copyOptions, getAsyncMethods, getBareMethods, getBindingFiles, getCatalog, getDataBinding, getDefaultExcludesNamespace, getDefaultNamespacePackageMapping, getDeleteDirs, getDependencies, getExceptionSuper, getExtraargs, getFaultSerialVersionUID, getFrontEnd, getMimeMethods, getNamespaceExcludes, getOutputDir, getPackagenames, getServiceName, getWsdlLocation, getWsdlVersion, getXJCargs, isAllowElementRefs, isAutoNameResolution, isExtendedSoapHeaders, isMarkGenerated, isNoAddressBinding, isNoTypes, isSetWsdlLocation, isValidateWsdl, 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, setValidateWsdl, setWsdlList, setWsdlLocation, setWsdlVersion, setXJCargspublic String getWsdl()
public void setWsdl(String w)
public WsdlArtifact getWsdlArtifact()
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.MojoExecutionExceptionpublic boolean isDefServiceName()
Apache CXF