Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Project) - Method in class io.mateo.cxf.codegen.CxfCodegenPlugin
C
- CodegenParameters - Interface in io.mateo.cxf.codegen.workers
-
Parameters for a code generation tool such as
wsdl2javaorwsdl2js. - CXF_CODEGEN_CONFIGURATION_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Name of the
Configurationwhere dependencies are used for code generation. - CxfCodegenExtension - Interface in io.mateo.cxf.codegen.dsl
-
Configuration options for the plugin.
- CxfCodegenPlugin - Class in io.mateo.cxf.codegen
-
Pluginfor code generation from WSDLs using Apache CXF. - CxfCodegenPlugin() - Constructor for class io.mateo.cxf.codegen.CxfCodegenPlugin
E
- execute() - Method in class io.mateo.cxf.codegen.workers.Wsdl2JavaAction
- execute() - Method in class io.mateo.cxf.codegen.workers.Wsdl2JsAction
- EXTENSION_NAME - Static variable in interface io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Name of this extension.
F
- forkOptions(Action<? super JavaForkOptions>) - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
-
Adds an action to configure the Java fork options used when executing the
wsdl2javatool. - forkOptions(Action<? super JavaForkOptions>) - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
-
Adds an action to configure the Java fork options used when executing the
wsdl2javatool.
G
- generate() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
- generate() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
- getAddToMainSourceSet() - Method in interface io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Whether the generated sources should be added to the main source set.
- 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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
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.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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies subsequently generated Java class methods to allow for client-side asynchronous calls, similar to
enableAsyncMappingin a JAX-WS binding file. - 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
enableAsyncMappingin a JAX-WS binding file. - getAutoNameResolution() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables automatically resolving naming conflicts without requiring the use of binding customizations.
- 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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies subsequently generated Java class methods to have wrapper style, similar to
enableWrapperStylein JAX-WS binding file. - getBareMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies subsequently generated Java class methods to have wrapper style, similar to
enableWrapperStylein JAX-WS binding file. - getBindingFiles() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies JAX-WS or JAXB binding files or XMLBeans context files.
- getBindingFiles() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies JAX-WS or JAXB binding files or XMLBeans context files.
- getCatalog() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specify catalog file to map the imported WSDL/schema.
- getCatalog() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Specifies the XML catalog to use for resolving imported schemas and WSDL documents.
- 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 interface io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Specify the version of Apache CXF dependencies.
- getDatabinding() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the databinding.
- getDatabinding() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the databinding.
- getDefaultExcludesNamespace() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables the loading of the default excludes namespace mapping.
- getDefaultExcludesNamespace() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables the loading of the default excludes namespace mapping.
- getDefaultNamespacePackageMapping() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables the loading of the default namespace package name 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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Encoding to use for generated sources (since CXF version 2.5.4).
- 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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the superclass for fault beans generated from
wsdl:faultelements - getExceptionSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the superclass for fault beans generated from
wsdl:faultelements - getExtendedSoapHeaders() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables processing of implicit SOAP headers (i.e.
- getExtendedSoapHeaders() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables processing of implicit SOAP headers (i.e.
- getExtraArgs() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies extra arguments to pass to the command-line code generator.
- getExtraArgs() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies extra arguments to pass to the command-line code generator.
- getFaultSerialVersionUid() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies how to generate serial version UID of fault exceptions.
- getFaultSerialVersionUid() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies how to generate serial version UID of fault exceptions.
- getForkOptionsActions() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
-
Returns the list of actions to configure the Java fork options used when executing the
wsdl2javatool. - getForkOptionsActions() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
-
Returns the list of actions to configure the Java fork options used when executing the
wsdl2javatool. - getFrontend() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the frontend.
- getFrontend() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the frontend.
- getLayout() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
- getLayout() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
- getMarkGenerated() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables adding the
@Generatedannotation to classes generated. - getMarkGenerated() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables adding the
@Generatedannotation to classes generated. - getMimeMethods() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies subsequently generated Java class methods to enable mime:content mapping, similar to
enableMIMEContentin JAX-WS binding file. - getMimeMethods() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies subsequently generated Java class methods to enable mime:content mapping, similar to
enableMIMEContentin JAX-WS binding file. - getName() - Method in interface io.mateo.cxf.codegen.workers.Option
- getNamespaceExcludes() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Ignore the specified WSDL schema namespace when generating code.
- getNamespaceExcludes() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Ignore the specified WSDL schema namespace when generating code.
- getNoAddressBinding() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
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.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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables generation of the type classes.
- getNoTypes() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Enables or disables generation of the type classes.
- getOption() - Method in interface io.mateo.cxf.codegen.workers.CodegenParameters
-
Gets the command-line options holder for the code generation tool.
- getOptions() - Method in interface io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
The options for the code generation.
- getOptions() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
-
List of options for the
wsdl2javatool. - getOptions() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
-
List of options for the
wsdl2jstool. - 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.
- getOutputDirectory() - Method in interface io.mateo.cxf.codegen.workers.Option
-
Specifies the directory the generated code files are written.
- getPackageNames() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies zero, or more, package names to use for the generated code.
- 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 interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated JavaScript.
- 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.workers.UriPrefixPair
- getPrefix() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- getProjectDirectory() - Method in interface io.mateo.cxf.codegen.workers.CodegenParameters
-
Gets the project directory.
- getQuiet() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Enables or disables quiet mode.
- getQuiet() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Enables or disables quiet mode.
- getSeiSuper() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the superinterfaces to use for generated SEIs.
- getSeiSuper() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the superinterfaces to use for generated SEIs.
- getServiceName() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the WSDL service name to use for the generated code.
- getServiceName() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the WSDL service name to use for the generated code.
- getSuppressGeneratedDate() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
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.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.workers.UriPrefixPair
- getUri() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- getValidate() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Enables validating the WSDL before generating the code.
- getValidate() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions
-
Enables validating the WSDL before generating the code.
- getValidateWsdl() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Enables or disables verbosity.
- getVerbose() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Enables or disables verbosity.
- 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.
- getWorkerExecutor() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
- getWorkerExecutor() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
- getWsdl() - Method in interface io.mateo.cxf.codegen.workers.Option
-
The WSDL to process.
- 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
- getWsdl2JavaClasspath() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Java
-
Classpath for the
wsdl2javacode generation tool. - getWsdl2JavaOptions() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
-
Options to configure the
wsdl2javatool. - getWsdl2JsClasspath() - Method in class io.mateo.cxf.codegen.workers.Wsdl2Js
-
Classpath for the
wsdl2javacode generation tool. - getWsdl2JsOptions() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2Js
-
Options to configure the
wsdl2jstool. - getWsdlList() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies that the
wsdlurlcontains a plain text, new line delimited, list ofwsdlurls instead of the WSDL itself. - getWsdlList() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies that the
wsdlurlcontains a plain text, new line delimited, list ofwsdlurls instead of the WSDL itself. - getWsdlLocation() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the value of the
@WebServiceClientannotation'swsdlLocationproperty. - getWsdlLocation() - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Specifies the value of the
@WebServiceClientannotation'swsdlLocationproperty. - getWsdlVersion() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
Specifies the WSDL version.
- getWsdlVersion() - Method in interface io.mateo.cxf.codegen.workers.Wsdl2JsOption
-
Specifies the WSDL version the tool expects.
- 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 interface io.mateo.cxf.codegen.workers.Wsdl2JavaOption
-
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.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.workers - package io.mateo.cxf.codegen.workers
-
The package contains the worker implementation for code generation.
- 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.
O
- Option - Interface in io.mateo.cxf.codegen.workers
-
Base option for WSDL to code generation tools.
- options(Action<ExtensiblePolymorphicDomainObjectContainer<Option>>) - Method in interface io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
Configures the code generation options of this projects
S
- setPrefix(String) - Method in class io.mateo.cxf.codegen.workers.UriPrefixPair
- setPrefix(String) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- setUri(String) - Method in class io.mateo.cxf.codegen.workers.UriPrefixPair
- setUri(String) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
T
- toolOptions(Action<? super Wsdl2JavaOptions>) - Method in class io.mateo.cxf.codegen.wsdl2java.Wsdl2Java
-
Configures the
wsdl2javatool options. - toolOptions(Action<? super Wsdl2JsOptions>) - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2Js
-
Configures the
wsdl2jstool options. - toString() - Method in class io.mateo.cxf.codegen.workers.UriPrefixPair
- toString() - Method in class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
U
- UriPrefixPair - Class in io.mateo.cxf.codegen.workers
-
Container class for URI.
- UriPrefixPair() - Constructor for class io.mateo.cxf.codegen.workers.UriPrefixPair
- UriPrefixPair() - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
- UriPrefixPair(String, String) - Constructor for class io.mateo.cxf.codegen.workers.UriPrefixPair
- UriPrefixPair(String, String) - Constructor for class io.mateo.cxf.codegen.wsdl2js.Wsdl2JsOptions.UriPrefixPair
W
- WORKERS_PROPERTY - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Gradle property name to enable the use of workers for code generation.
- Wsdl2Java - Class in io.mateo.cxf.codegen.workers
-
Generates Java sources from WSDL files using the Apache CXF
wsdl2javatool. - Wsdl2Java - Class in io.mateo.cxf.codegen.wsdl2java
-
Generates Java sources from WSDLs.
- Wsdl2Java() - Constructor for class io.mateo.cxf.codegen.workers.Wsdl2Java
- 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
Wsdl2Javatasks belong to. - WSDL2JAVA_TASK_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Task name to execute all
Wsdl2Javatasks. - Wsdl2JavaAction - Class in io.mateo.cxf.codegen.workers
-
An action to run the
wsdl2javatool. - Wsdl2JavaAction() - Constructor for class io.mateo.cxf.codegen.workers.Wsdl2JavaAction
- Wsdl2JavaOption - Interface in io.mateo.cxf.codegen.workers
-
Options for the
wsdl2javacode generation tool. - Wsdl2JavaOptions - Class in io.mateo.cxf.codegen.wsdl2java
-
Options for the
wsdl2javatool. - Wsdl2JavaOptions() - Constructor for class io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
- Wsdl2Js - Class in io.mateo.cxf.codegen.workers
-
Generates JavaScript sources from WSDL files using the Apache CXF
wsdl2jstool. - Wsdl2Js - Class in io.mateo.cxf.codegen.wsdl2js
-
Generates JavaScript sources from WSDLs.
- Wsdl2Js() - Constructor for class io.mateo.cxf.codegen.workers.Wsdl2Js
- 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
Wsdl2Jstasks belong to. - WSDL2JS_TASK_NAME - Static variable in class io.mateo.cxf.codegen.CxfCodegenPlugin
-
Task name to execute all
Wsdl2Jstasks. - Wsdl2JsAction - Class in io.mateo.cxf.codegen.workers
-
An action to run the
wsdl2jstool. - Wsdl2JsAction() - Constructor for class io.mateo.cxf.codegen.workers.Wsdl2JsAction
- Wsdl2JsOption - Interface in io.mateo.cxf.codegen.workers
-
Options for the
wsdl2javacode generation tool. - Wsdl2JsOptions - Class in io.mateo.cxf.codegen.wsdl2js
-
Options for the
wsdl2jstool. - 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