|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericWsdlOption | |
---|---|
org.apache.cxf.maven_plugin | |
org.apache.cxf.maven_plugin.wsdl2java | |
org.apache.cxf.maven_plugin.wsdl2js |
Uses of GenericWsdlOption in org.apache.cxf.maven_plugin |
---|
Methods in org.apache.cxf.maven_plugin that return types with arguments of type GenericWsdlOption | |
---|---|
protected abstract List<GenericWsdlOption> |
AbstractCodegenMoho.createWsdlOptionsFromScansAndExplicitWsdlOptions()
|
Methods in org.apache.cxf.maven_plugin with parameters of type GenericWsdlOption | |
---|---|
static boolean |
WsdlUtilities.fillWsdlOptionFromArtifact(GenericWsdlOption option,
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 |
Method parameters in org.apache.cxf.maven_plugin with type arguments of type GenericWsdlOption | |
---|---|
protected void |
AbstractCodegenMoho.downloadRemoteWsdls(List<GenericWsdlOption> effectiveWsdlOptions)
|
protected void |
AbstractCodegenMoho.forkOnce(Set<URI> classPath,
List<GenericWsdlOption> effectiveWsdlOptions)
|
Uses of GenericWsdlOption in org.apache.cxf.maven_plugin.wsdl2java |
---|
Methods in org.apache.cxf.maven_plugin.wsdl2java that return types with arguments of type GenericWsdlOption | |
---|---|
protected List<GenericWsdlOption> |
WSDL2JavaMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions()
|
static List<GenericWsdlOption> |
WsdlOptionLoader.loadWsdlOptionsFromDependencies(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. |
Methods in org.apache.cxf.maven_plugin.wsdl2java with parameters of type GenericWsdlOption | |
---|---|
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 |
Method parameters in org.apache.cxf.maven_plugin.wsdl2java with type arguments of type GenericWsdlOption | |
---|---|
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 |
Uses of GenericWsdlOption in org.apache.cxf.maven_plugin.wsdl2js |
---|
Classes in org.apache.cxf.maven_plugin.wsdl2js that implement GenericWsdlOption | |
---|---|
class |
WsdlOption
An option for javascript generation. |
Methods in org.apache.cxf.maven_plugin.wsdl2js that return types with arguments of type GenericWsdlOption | |
---|---|
protected List<GenericWsdlOption> |
WSDL2JavaScriptMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions()
|
static List<GenericWsdlOption> |
WSDL2JavaScriptMojo.loadWsdlOptionsFromDependencies(MavenProject project,
Option defaultOptions,
File outputDir)
|
Methods in org.apache.cxf.maven_plugin.wsdl2js with parameters of type GenericWsdlOption | |
---|---|
protected Bus |
WSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption,
Bus bus,
Set<URI> classPath)
|
protected boolean |
WSDL2JavaScriptMojo.shouldRun(GenericWsdlOption genericWsdlOption,
File doneFile,
URI wsdlURI)
|
Method parameters in org.apache.cxf.maven_plugin.wsdl2js with type arguments of type GenericWsdlOption | |
---|---|
protected void |
WSDL2JavaScriptMojo.mergeOptions(List<GenericWsdlOption> effectiveWsdlOptions)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |