Uses of Interface
org.apache.cxf.maven_plugin.GenericWsdlOption
Packages that use GenericWsdlOption
Package
Description
-
Uses of GenericWsdlOption in org.apache.cxf.maven_plugin
Methods in org.apache.cxf.maven_plugin that return types with arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected abstract List<GenericWsdlOption>AbstractCodegenMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions()Methods in org.apache.cxf.maven_plugin with parameters of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected voidAbstractCodegenMojo.createMarkerFile(GenericWsdlOption wsdlOption, File doneFile, URI wsdlURI) static booleanWsdlUtilities.fillWsdlOptionFromArtifact(GenericWsdlOption option, org.apache.maven.artifact.Artifact artifact, File outputDir) protected abstract BusAbstractCodegenMojo.generate(GenericWsdlOption o, Bus bus, Set<URI> cp) AbstractCodegenMojo.generateCommandLine(GenericWsdlOption wsdlOption) 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)AbstractCodegenMojo.getWsdlURI(GenericWsdlOption option, URI baseURI) protected abstract booleanAbstractCodegenMojo.shouldRun(GenericWsdlOption wsdlOption, File doneFile, URI wsdlURI) Determine if code should be generated from the given wsdlMethod parameters in org.apache.cxf.maven_plugin with type arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected voidAbstractCodegenMojo.downloadRemoteWsdls(List<GenericWsdlOption> effectiveWsdlOptions) protected voidAbstractCodegenMojo.forkOnce(Set<URI> classPath, List<GenericWsdlOption> effectiveWsdlOptions) -
Uses of GenericWsdlOption in org.apache.cxf.maven_plugin.wsdl2java
Classes in org.apache.cxf.maven_plugin.wsdl2java that implement GenericWsdlOptionMethods in org.apache.cxf.maven_plugin.wsdl2java that return types with arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected 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.Methods in org.apache.cxf.maven_plugin.wsdl2java with parameters of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected voidWSDL2JavaMojo.createMarkerFile(GenericWsdlOption wsdlOption, File doneFile, URI wsdlURI) protected BusWSDL2JavaMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath) WSDL2JavaMojo.generateCommandLine(GenericWsdlOption wsdlOption) protected booleanWSDL2JavaMojo.shouldRun(GenericWsdlOption genericWsdlOption, File doneFile, URI wsdlURI) Determine if code should be generated from the given wsdlMethod parameters in org.apache.cxf.maven_plugin.wsdl2java with type arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected voidWSDL2JavaMojo.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 GenericWsdlOptionMethods in org.apache.cxf.maven_plugin.wsdl2js that return types with arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected List<GenericWsdlOption>WSDL2JavaScriptMojo.createWsdlOptionsFromScansAndExplicitWsdlOptions()static List<GenericWsdlOption>WSDL2JavaScriptMojo.loadWsdlOptionsFromDependencies(org.apache.maven.project.MavenProject project, Option defaultOptions, File outputDir) Methods in org.apache.cxf.maven_plugin.wsdl2js with parameters of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected BusWSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath) protected booleanWSDL2JavaScriptMojo.shouldRun(GenericWsdlOption genericWsdlOption, File doneFile, URI wsdlURI) Method parameters in org.apache.cxf.maven_plugin.wsdl2js with type arguments of type GenericWsdlOptionModifier and TypeMethodDescriptionprotected voidWSDL2JavaScriptMojo.mergeOptions(List<GenericWsdlOption> effectiveWsdlOptions)