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> |
AbstractCodegenMoho.createWsdlOptionsFromScansAndExplicitWsdlOptions() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCodegenMoho.createMarkerFile(GenericWsdlOption wsdlOption,
File doneFile,
URI wsdlURI) |
static boolean |
WsdlUtilities.fillWsdlOptionFromArtifact(GenericWsdlOption option,
org.apache.maven.artifact.Artifact artifact,
File outputDir) |
protected abstract Bus |
AbstractCodegenMoho.generate(GenericWsdlOption o,
Bus bus,
Set<URI> cp) |
protected List<String> |
AbstractCodegenMoho.generateCommandLine(GenericWsdlOption wsdlOption) |
File |
AbstractCodegenMoho.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 |
AbstractCodegenMoho.getWsdlURI(GenericWsdlOption option,
URI baseURI) |
protected abstract boolean |
AbstractCodegenMoho.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 |
AbstractCodegenMoho.downloadRemoteWsdls(List<GenericWsdlOption> effectiveWsdlOptions) |
protected void |
AbstractCodegenMoho.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 Bus |
WSDL2JavaMojo.generate(GenericWsdlOption genericWsdlOption,
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 Bus |
WSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption,
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