Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Project) - Method in class io.mateo.cxf.codegen.CxfCodegenPlugin
C
- CXF_CODEGEN_CONFIGURATION_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Name of the
Configuration
where dependencies are used for code generation. - CXF_VERSION - Static variable in class io.mateo.cxf.codegen.internal.GeneratedVersionAccessor
- CxfCodegenExtension - Class in io.mateo.cxf.codegen.dsl
-
Configuration options for the plugin.
- CxfCodegenExtension() - Constructor for class io.mateo.cxf.codegen.dsl.CxfCodegenExtension
- CxfCodegenPlugin - Class in io.mateo.cxf.codegen
-
Plugin
for code generation from WSDLs using Apache CXF. - CxfCodegenPlugin() - Constructor for class io.mateo.cxf.codegen.CxfCodegenPlugin
E
- EXTENSION_NAME - Static variable in class io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Name of this extension.
G
- GeneratedVersionAccessor - Class in io.mateo.cxf.codegen.internal
-
THIS CLASS WAS AUTO GENERATED, DO NOT EDIT
- GeneratedVersionAccessor() - Constructor for class io.mateo.cxf.codegen.internal.GeneratedVersionAccessor
- getAddToMainSourceSet() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
-
Whether to add the generated Java sources to the "main" or not.
- getAllowElementRefs() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables disregarding the rule given in section 2.3.1.2(v) of the JAX-WS 2.2 specification disallowing element references when using wrapper-style mapping.
- getAsyncMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies subsequently generated Java class methods to allow for client-side asynchronous calls, similar to
enableAsyncMapping
in a JAX-WS binding file. - getAutoNameResolution() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables automatically resolving naming conflicts without requiring the use of binding customizations.
- getBareMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies subsequently generated Java class methods to have wrapper style, similar to
enableWrapperStyle
in JAX-WS binding file. - getBindingFiles() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies JAX-WS or JAXB binding files or XMLBeans context files.
- getCatalog() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specify catalog file to map the imported WSDL/schema.
- getCatalog() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Specifies the XML catalog to use for resolving imported schemas and WSDL documents.
- getCxfVersion() - Method in class io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Specify the version of Apache CXF dependencies.
- getDatabinding() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the databinding.
- getDefaultExcludesNamespace() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables the loading of the default excludes namespace mapping.
- getDefaultNamespacePackageMapping() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables the loading of the default namespace package name mapping.
- getEncoding() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Encoding to use for generated sources (since CXF version 2.5.4).
- getExceptionSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the superclass for fault beans generated from
wsdl:fault
elements - getExtendedSoapHeaders() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables processing of implicit SOAP headers (i.e.
- getExtraArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies extra arguments to pass to the command-line code generator.
- getFaultSerialVersionUid() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies how to generate serial version UID of fault exceptions.
- getFrontend() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the frontend.
- getMarkGenerated() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables adding the
@Generated
annotation to classes generated. - getMimeMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies subsequently generated Java class methods to enable mime:content mapping, similar to
enableMIMEContent
in JAX-WS binding file. - getNamespaceExcludes() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Ignore the specified WSDL schema namespace when generating code.
- getNoAddressBinding() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
For compatibility with CXF 2.0, this flag directs the code generator to generate the older CXF proprietary WS-Addressing types instead of the JAX-WS 2.1 compliant WS-Addressing types.
- getNoTypes() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables generation of the type classes.
- getOutputDir() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the directory the generated code files are written.
- getOutputDir() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Specifies the directory the generated code files are written.
- getPackageNames() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies zero, or more, package names to use for the generated code.
- getPackagePrefixes() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated JavaScript.
- getPrefix() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- getQuiet() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Enables or disables quiet mode.
- getSeiSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the superinterfaces to use for generated SEIs.
- getServiceName() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the WSDL service name to use for the generated code.
- getSuppressGeneratedDate() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables writing the current timestamp in the generated file (since CXF version 3.2.2).
- getUri() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- getValidate() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Enables validating the WSDL before generating the code.
- getValidateWsdl() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables validating the WSDL before generating the code.
- getVerbose() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables verbosity.
- getVerbose() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Enables or disables verbosity.
- getWsdl() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
WSDL to process.
- getWsdl() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Specifies the WSDL document from which JavaScript is generated from
- getWsdl2JavaOptions() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
-
Options to configure the
wsdl2java
tool. - getWsdl2JsOptions() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2Js
-
Options to configure the
wsdl2js
tool. - getWsdlList() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies that the
wsdlurl
contains a plain text, new line delimited, list ofwsdlurl
s instead of the WSDL itself. - getWsdlLocation() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the value of the
@WebServiceClient
annotation'swsdlLocation
property. - getWsdlVersion() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the WSDL version.
- getWsdlVersion() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Specifies the WSDL version the tool expects.
- getXjcArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies arguments that are passed directly to the XJC processor when using the JAXB data binding.
I
- io.mateo.cxf.codegen - package io.mateo.cxf.codegen
-
Central classes for the CXF Codegen Gradle plugin.
- io.mateo.cxf.codegen.dsl - package io.mateo.cxf.codegen.dsl
-
Central classes for the CXF Codegen Gradle plugin configuration.
- io.mateo.cxf.codegen.internal - package io.mateo.cxf.codegen.internal
- io.mateo.cxf.codegen.wsdl2java - package io.mateo.cxf.codegen.wsdl2java
-
Classes related to Java code generation.
- io.mateo.cxf.codegen.wsdl2js - package io.mateo.cxf.codegen.wsdl2js
-
Classes related to JavaScript code generation.
S
- setPrefix(String) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- setUri(String) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- SLF4J_VERSION - Static variable in class io.mateo.cxf.codegen.internal.GeneratedVersionAccessor
T
- toolOptions(Action<? super Wsdl2JavaOptions>) - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
-
Configures the
wsdl2java
tool options. - toolOptions(Action<? super Wsdl2JsOptions>) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2Js
-
Configures the
wsdl2js
tool options. - toString() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
U
- UriPrefixPair() - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- UriPrefixPair(String, String) - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
W
- Wsdl2Java - Class in io.mateo.cxf.codegen.wsdl2java
-
Generates Java sources from WSDLs.
- Wsdl2Java(ProjectLayout) - Constructor for class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
- WSDL2JAVA_GROUP - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Group name that all
Wsdl2Java
tasks belong to. - WSDL2JAVA_TASK_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Task name to execute all
Wsdl2Java
tasks. - Wsdl2JavaOptions - Class in io.mateo.cxf.codegen.wsdl2java
-
Options for the
wsdl2java
tool. - Wsdl2JavaOptions() - Constructor for class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
- Wsdl2Js - Class in io.mateo.cxf.codegen.wsdl2js
-
Generates JavaScript sources from WSDLs.
- Wsdl2Js() - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2Js
- WSDL2JS_GROUP - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Group name that all
Wsdl2Js
tasks belong to. - WSDL2JS_TASK_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Task name to execute all
Wsdl2Js
tasks. - Wsdl2JsOptions - Class in io.mateo.cxf.codegen.wsdl2js
-
Options for the
wsdl2js
tool. - Wsdl2JsOptions() - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
- Wsdl2JsOptions.UriPrefixPair - Class in io.mateo.cxf.codegen.wsdl2js
-
Container class for URI.
All Classes and Interfaces|All Packages|Constant Field Values