| Package | Description |
|---|---|
| org.apache.cxf.maven_plugin | |
| org.apache.cxf.maven_plugin.wsdl2java | |
| org.apache.cxf.maven_plugin.wsdl2js |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<GenericWsdlOption> |
AbstractCodegenMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCodegenMojo.createMarkerFile(GenericWsdlOption wsdlOption,
File doneFile,
URI wsdlURI) |
static boolean |
WsdlUtilities.fillWsdlOptionFromArtifact(GenericWsdlOption option,
org.apache.maven.artifact.Artifact artifact,
File outputDir) |
protected abstract org.apache.cxf.Bus |
AbstractCodegenMojo.generate(GenericWsdlOption o,
org.apache.cxf.Bus bus,
Set<URI> cp) |
protected List<String> |
AbstractCodegenMojo.generateCommandLine(GenericWsdlOption wsdlOption) |
File |
AbstractCodegenMojo.getWsdlFile(GenericWsdlOption option,
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 |
AbstractCodegenMojo.getWsdlURI(GenericWsdlOption option,
URI baseURI) |
protected abstract boolean |
AbstractCodegenMojo.shouldRun(GenericWsdlOption wsdlOption,
File doneFile,
URI wsdlURI)
Determine if code should be generated from the given wsdl
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCodegenMojo.downloadRemoteWsdls(List<GenericWsdlOption> effectiveWsdlOptions) |
protected void |
AbstractCodegenMojo.forkOnce(Set<URI> classPath,
List<GenericWsdlOption> effectiveWsdlOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected List<GenericWsdlOption> |
WSDL2JavaMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions() |
static List<GenericWsdlOption> |
WsdlOptionLoader.loadWsdlOptionsFromDependencies(org.apache.maven.project.MavenProject project,
File outputDir) |
static List<GenericWsdlOption> |
WsdlOptionLoader.loadWsdlOptionsFromFiles(File wsdlBasedir,
String[] includes,
String[] excludes,
File defaultOutputDir)
Scan files in a directory and generate one wsdlOption per file found.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSDL2JavaMojo.createMarkerFile(GenericWsdlOption wsdlOption,
File doneFile,
URI wsdlURI) |
protected org.apache.cxf.Bus |
WSDL2JavaMojo.generate(GenericWsdlOption genericWsdlOption,
org.apache.cxf.Bus bus,
Set<URI> classPath) |
protected List<String> |
WSDL2JavaMojo.generateCommandLine(GenericWsdlOption wsdlOption) |
protected boolean |
WSDL2JavaMojo.shouldRun(GenericWsdlOption genericWsdlOption,
File doneFile,
URI wsdlURI)
Determine if code should be generated from the given wsdl
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSDL2JavaMojo.mergeOptions(List<GenericWsdlOption> effectiveWsdlOptions)
Merge WsdlOptions that point to the same file by adding the extraargs to the first option and deleting
the second from the options list
|
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlOption
An option for javascript generation.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<GenericWsdlOption> |
WSDL2JavaScriptMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions() |
static List<GenericWsdlOption> |
WSDL2JavaScriptMojo.loadWsdlOptionsFromDependencies(org.apache.maven.project.MavenProject project,
Option defaultOptions,
File outputDir) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.Bus |
WSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption,
org.apache.cxf.Bus bus,
Set<URI> classPath) |
protected boolean |
WSDL2JavaScriptMojo.shouldRun(GenericWsdlOption genericWsdlOption,
File doneFile,
URI wsdlURI) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSDL2JavaScriptMojo.mergeOptions(List<GenericWsdlOption> effectiveWsdlOptions) |
Apache CXF