A C G I O W 
All Classes All Packages

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_CODEGEN_EXTENSION_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
Name of the extension contributed by this plugin.
CxfCodegenExtension - Class in io.mateo.cxf.codegen
Extension to configure WSDL sources.
CxfCodegenExtension(ObjectFactory) - Constructor for class io.mateo.cxf.codegen.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
 

G

generateArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Generate arguments for wsdl2java.
GenericWsdlOption - Interface in io.mateo.cxf.codegen
Base interface for WSDL options.
getAllowElementRefs() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
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.
getAllowElementRefs() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
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 interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies subsequently generated Java class methods to allow for client-side asynchronous calls, similar to enableAsyncMapping in a JAX-WS binding file.
getAsyncMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
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 interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables automatically resolving naming conflicts without requiring the use of binding customizations.
getAutoNameResolution() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables automatically resolving naming conflicts without requiring the use of binding customizations.
getBareMethods() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies subsequently generated Java class methods to have wrapper style, similar to enableWrapperStyle in JAX-WS binding file.
getBareMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies subsequently generated Java class methods to have wrapper style, similar to enableWrapperStyle in JAX-WS binding file.
getBindingFiles() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies JAX-WS or JAXB binding files or XMLBeans context files.
getBindingFiles() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies JAX-WS or JAXB binding files or XMLBeans context files.
getCatalog() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specify catalog file to map the imported WSDL/schema.
getCatalog() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specify catalog file to map the imported WSDL/schema.
getDatabinding() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the databinding.
getDatabinding() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the databinding.
getDefaultExcludesNamespace() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables the loading of the default excludes namespace mapping.
getDefaultExcludesNamespace() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables the loading of the default excludes namespace mapping.
getDefaultNamespacePackageMapping() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables the loading of the default namespace package name mapping.
getDefaultNamespacePackageMapping() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables the loading of the default namespace package name mapping.
getEncoding() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Encoding to use for generated sources (since CXF version 2.5.4).
getEncoding() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Encoding to use for generated sources (since CXF version 2.5.4).
getExceptionSuper() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the superclass for fault beans generated from wsdl:fault elements
getExceptionSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the superclass for fault beans generated from wsdl:fault elements
getExtendedSoapHeaders() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables processing of implicit SOAP headers (i.e.
getExtendedSoapHeaders() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables processing of implicit SOAP headers (i.e.
getExtraArgs() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies extra arguments to pass to the command-line code generator.
getExtraArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies extra arguments to pass to the command-line code generator.
getFaultSerialVersionUid() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies how to generate serial version UID of fault exceptions.
getFaultSerialVersionUid() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies how to generate serial version UID of fault exceptions.
getFrontend() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the frontend.
getFrontend() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the frontend.
getMarkGenerated() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables adding the @Generated annotation to classes generated.
getMarkGenerated() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables adding the @Generated annotation to classes generated.
getMimeMethods() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies subsequently generated Java class methods to enable mime:content mapping, similar to enableMIMEContent in JAX-WS binding file.
getMimeMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies subsequently generated Java class methods to enable mime:content mapping, similar to enableMIMEContent in JAX-WS binding file.
getName() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
getNamespaceExcludes() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Ignore the specified WSDL schema namespace when generating code.
getNamespaceExcludes() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Ignore the specified WSDL schema namespace when generating code.
getNoAddressBinding() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
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.
getNoAddressBinding() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
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 interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables generation of the type classes.
getNoTypes() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables generation of the type classes.
getOutputDir() - Method in interface io.mateo.cxf.codegen.GenericWsdlOption
Specifies the directory the generated code files are written.
getOutputDir() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the directory the generated code files are written.
getPackageNames() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies zero, or more, package names to use for the generated code.
getPackageNames() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies zero, or more, package names to use for the generated code.
getSeiSuper() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the superinterfaces to use for generated SEIs.
getSeiSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the superinterfaces to use for generated SEIs.
getServiceName() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the WSDL service name to use for the generated code.
getServiceName() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the WSDL service name to use for the generated code.
getSuppressGeneratedDate() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables writing the current timestamp in the generated file (since CXF version 3.2.2).
getSuppressGeneratedDate() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables writing the current timestamp in the generated file (since CXF version 3.2.2).
getValidateWsdl() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables validating the WSDL before generating the code.
getValidateWsdl() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables validating the WSDL before generating the code.
getVerbose() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Enables or disables verbosity.
getVerbose() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Enables or disables verbosity.
getWsdl() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
WSDL file to process.
getWsdl() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
WSDL file to process.
getWsdl2java() - Method in class io.mateo.cxf.codegen.CxfCodegenExtension
Returns the Java sources used for code generation.
getWsdlList() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies that the wsdlurl contains a plain text, new line delimited, list of wsdlurls instead of the WSDL itself.
getWsdlList() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies that the wsdlurl contains a plain text, new line delimited, list of wsdlurls instead of the WSDL itself.
getWsdlLocation() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the value of the @WebServiceClient annotation's wsdlLocation property.
getWsdlLocation() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the value of the @WebServiceClient annotation's wsdlLocation property.
getWsdlVersion() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies the WSDL version.
getWsdlVersion() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
Specifies the WSDL version.
getXjcArgs() - Method in interface io.mateo.cxf.codegen.wsdl2java.Option
Specifies arguments that are passed directly to the XJC processor when using the JAXB data binding.
getXjcArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.WsdlOption
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.wsdl2java - package io.mateo.cxf.codegen.wsdl2java
Classes related to Java code generation.

O

Option - Interface in io.mateo.cxf.codegen.wsdl2java
Options for the wsdl2java command.

W

WSDL2JAVA_GROUP - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
Group name that all Wsdl2JavaTask tasks belong to.
WSDL2JAVA_TASK_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
Task name to execute all Wsdl2JavaTask tasks.
Wsdl2JavaTask - Class in io.mateo.cxf.codegen.wsdl2java
Generates Java sources from WSDLs.
Wsdl2JavaTask() - Constructor for class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaTask
 
WsdlOption - Class in io.mateo.cxf.codegen.wsdl2java
Default implementation for options for the wsdl2java command.
WsdlOption(String, ObjectFactory, ProjectLayout) - Constructor for class io.mateo.cxf.codegen.wsdl2java.WsdlOption
 
A C G I O W 
All Classes All Packages