Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- additionalParams() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
-
A comma separated list of additional command line parameters that should be passed to CXF `java2ws` tool along with the files selected by `includes` and `excludes`.
- additionalParams() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of additional command line parameters that should be passed to CXF `wsdl2java` tool along with the files selected by `includes` and `excludes`.
- asyncMethods() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of SEI methods for which asynchronous sibling methods should be generated; similar to `enableAsyncMapping` in a JAX-WS binding file This will be passed as option `-asyncMethods` to `wsdl2java`
B
- bareMethods() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of SEI methods for which wrapper style sibling methods should be generated; similar to `enableWrapperStyle` in JAX-WS binding file This will be passed as option `-bareMethods` to `wsdl2java`
- bindings() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A list of paths pointing at JAXWS or JAXB binding files or XMLBeans context files.
- bool - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamTransformer
-
If the given
CxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value istruepasses only the option name without the value; otherwise does not pass anything - BuildTimeBusBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds the build time
Businstance. - BuildTimeBusBuildItem(Bus) - Constructor for class io.quarkiverse.cxf.deployment.BuildTimeBusBuildItem
C
- ClientSeiBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds a fully qualified class name of a service interface used by a client for purposes of ancillary class generation at build time.
- ClientSeiBuildItem(String) - Constructor for class io.quarkiverse.cxf.deployment.ClientSeiBuildItem
- codegen() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig
-
Build time configuration options for Quarkus code generation phase.
- collection() - Element in annotation interface io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam
-
The kind of collection rendering style.
- commaSeparated - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
-optionName val1,val2
- construct() - Static method in class io.quarkiverse.cxf.deployment.JakartaActivationProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.Java2WsdlProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.JaxbProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.NeethiProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.QuarkusCxfProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.WsApiProcessor$$accessor
- construct() - Static method in class io.quarkiverse.cxf.deployment.Wsdl4jProcessor$$accessor
- createClient(String, Bus) - Static method in class io.quarkiverse.cxf.deployment.CxfDeploymentUtils
-
Creates a client at runtime thus triggering the generation of all required classes.
- createServer(String, String, Bus) - Static method in class io.quarkiverse.cxf.deployment.CxfDeploymentUtils
-
Creates a server at runtime thus triggering the generation of all required classes.
- CxfBuildTimeConfig - Interface in io.quarkiverse.cxf.deployment
- CxfBuildTimeConfig.CodeGenConfig - Interface in io.quarkiverse.cxf.deployment
- CxfBuildTimeConfig.Java2WsConfig - Interface in io.quarkiverse.cxf.deployment
- CxfBuildTimeConfig.Java2WsParameterSet - Interface in io.quarkiverse.cxf.deployment
- CxfBuildTimeConfig.Wsdl2JavaConfig - Interface in io.quarkiverse.cxf.deployment
- CxfBuildTimeConfig.Wsdl2JavaParameterSet - Interface in io.quarkiverse.cxf.deployment
- CxfClientBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds a client endpoint metadata.
- CxfClientBuildItem(String, String, String, String, boolean) - Constructor for class io.quarkiverse.cxf.deployment.CxfClientBuildItem
- CxfClientProcessor - Class in io.quarkiverse.cxf.deployment
-
Find WebService implementations and deploy them.
- CxfClientProcessor() - Constructor for class io.quarkiverse.cxf.deployment.CxfClientProcessor
- CxfDeploymentUtils - Class in io.quarkiverse.cxf.deployment
- CxfDotNames - Class in io.quarkiverse.cxf.deployment
- CxfDotNames() - Constructor for class io.quarkiverse.cxf.deployment.CxfDotNames
- CxfEndpointImplementationBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds service endpoint implementation metadata.
- CxfEndpointImplementationBuildItem(String, String, String, String, boolean) - Constructor for class io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem
- CxfEndpointImplementationProcessor - Class in io.quarkiverse.cxf.deployment
-
Find WebService implementations and deploy them.
- CxfEndpointImplementationProcessor() - Constructor for class io.quarkiverse.cxf.deployment.CxfEndpointImplementationProcessor
- CxfRouteRegistrationRequestorBuildItem - Class in io.quarkiverse.cxf.deployment
-
Signals to
CxfEndpointImplementationProcessorthat the named extension (such ascamel-cxf-soap) will register Service endpoints at run time and thus it wantsCxfEndpointImplementationProcessorto register a Vert.x route for CXF even though no runtime CXF endpoints are discovered. - CxfRouteRegistrationRequestorBuildItem(String) - Constructor for class io.quarkiverse.cxf.deployment.CxfRouteRegistrationRequestorBuildItem
- CXFServletInfosBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds the runtime
CXFServletInfosreference. - CXFServletInfosBuildItem(RuntimeValue<CXFServletInfos>) - Constructor for class io.quarkiverse.cxf.deployment.CXFServletInfosBuildItem
D
- DevUIProcessor - Class in io.quarkiverse.cxf.deployment.devui
- DevUIProcessor() - Constructor for class io.quarkiverse.cxf.deployment.devui.DevUIProcessor
E
- enabled() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsConfig
-
If `true` `java2ws` WSDL generation is run whenever there are Java classes selected via `includes` and `excludes` options; otherwise `java2ws` is not executed.
- enabled() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaConfig
-
If `true` `wsdl2java` code generation is run whenever there are WSDL resources found on default or custom defined locations; otherwise `wsdl2java` is not executed.
- exceptionSuper() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A fully qualified class name to use as a superclass for fault beans generated from `wsdl:fault` elements This will be passed as option `-exceptionSuper` to `wsdl2java`
- excludeNamespaceUris() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of WSDL schema namespace URIs to ignore when generating Java code.
- excludes() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
-
A comma separated list of glob patterns for selecting java class names which should *not* be processed with `java2ws` tool.
- excludes() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of path patterns for selecting WSDL files which should *not* be processed with `wsdl2java` tool.
F
- findClientInjectionPoints(IndexView) - Static method in class io.quarkiverse.cxf.deployment.CxfClientProcessor
G
- getBus() - Method in class io.quarkiverse.cxf.deployment.BuildTimeBusBuildItem
- getBus() - Method in class io.quarkiverse.cxf.deployment.RuntimeBusBuildItem
- getCustomizer() - Method in class io.quarkiverse.cxf.deployment.RuntimeBusCustomizerBuildItem
- getCxfServletInfos() - Method in class io.quarkiverse.cxf.deployment.CXFServletInfosBuildItem
- getImplementor() - Method in class io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem
- getNameSpaceFromClassInfo(ClassInfo) - Static method in class io.quarkiverse.cxf.deployment.CxfDeploymentUtils
- getRequestorName() - Method in class io.quarkiverse.cxf.deployment.CxfRouteRegistrationRequestorBuildItem
- getSei() - Method in class io.quarkiverse.cxf.deployment.ClientSeiBuildItem
- getSei() - Method in class io.quarkiverse.cxf.deployment.CxfClientBuildItem
- getSei() - Method in class io.quarkiverse.cxf.deployment.ServiceSeiBuildItem
- getSoapBinding() - Method in class io.quarkiverse.cxf.deployment.CxfClientBuildItem
- getWsName() - Method in class io.quarkiverse.cxf.deployment.CxfClientBuildItem
- getWsNamespace() - Method in class io.quarkiverse.cxf.deployment.CxfClientBuildItem
I
- includes() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
-
A comma separated list of glob patterns for selecting class names which should be processed with `java2ws` tool.
- includes() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of glob patterns for selecting WSDL files which should be processed with `wsdl2java` tool.
- inputDirectory() - Method in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- inputExtension() - Method in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- io.quarkiverse.cxf.deployment - package io.quarkiverse.cxf.deployment
- io.quarkiverse.cxf.deployment.codegen - package io.quarkiverse.cxf.deployment.codegen
- io.quarkiverse.cxf.deployment.devui - package io.quarkiverse.cxf.deployment.devui
- io.quarkiverse.cxf.deployment.logging - package io.quarkiverse.cxf.deployment.logging
- isProvider() - Method in class io.quarkiverse.cxf.deployment.CxfEndpointImplementationBuildItem
- isProxyClassRuntimeInitialized() - Method in class io.quarkiverse.cxf.deployment.CxfClientBuildItem
J
- JakartaActivationProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
- java2ws() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig
-
Build time configuration options for `java2ws`
- JAVA2WS_CONFIG_KEY_PREFIX - Static variable in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
- Java2WsdlProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
- JaxbProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
M
- mimeMethods() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of SEI methods for which `mime:content` mapping should be enabled; similar to `enableMIMEContent` in JAX-WS binding file This will be passed as option `-mimeMethods` to `wsdl2java`
- multiParam - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
-optionName val1 -optionName val2
N
- namedParameterSets() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsConfig
-
A collection of named parameter sets for the CXF `java2ws` tool.
- namedParameterSets() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaConfig
-
A collection of named parameter sets for the CXF `wsdl2java` tool.
- NeethiProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
- none - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
Used for non-collections
O
- outputDirectory() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A directory into which the generated files will be written, either absolute or relative to the current Maven or Gradle module directory.
P
- packageNames() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of tokens; each token can be one of the following: - A Java package under which the Java source files should be generated - A string of the form `namespaceURI=packageName` - in this case the entities coming from the given namespace URI will be generated under the given Java package.
- pages() - Method in class io.quarkiverse.cxf.deployment.devui.DevUIProcessor
- providerId() - Method in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
Q
- QuarkusCxfLoggingProcessor - Class in io.quarkiverse.cxf.deployment.logging
- QuarkusCxfLoggingProcessor() - Constructor for class io.quarkiverse.cxf.deployment.logging.QuarkusCxfLoggingProcessor
- QuarkusCxfProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
R
- rootParameterSet() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsConfig
-
Parameters for the CXF `java2ws` tool.
- rootParameterSet() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaConfig
-
Parameters for the CXF `wsdl2java` tool.
- RuntimeBusBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds the runtime
Busreference. - RuntimeBusBuildItem(RuntimeValue<Bus>) - Constructor for class io.quarkiverse.cxf.deployment.RuntimeBusBuildItem
- RuntimeBusCustomizerBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds a
Consumerthat will be used to customize the runtimeBusright after its creation. - RuntimeBusCustomizerBuildItem(RuntimeValue<Consumer<Bus>>) - Constructor for class io.quarkiverse.cxf.deployment.RuntimeBusCustomizerBuildItem
S
- scan(Path, Optional<List<String>>, Optional<List<String>>, String, Map<String, String>, Consumer<Path>) - Static method in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- serviceName() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
The WSDL service name to use for the generated code.
- ServiceSeiBuildItem - Class in io.quarkiverse.cxf.deployment
-
Holds a fully qualified class name of a service implementation or of a service interface for purposes of ancillary class generation at build time.
- ServiceSeiBuildItem(String) - Constructor for class io.quarkiverse.cxf.deployment.ServiceSeiBuildItem
T
- toString - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamTransformer
-
Calls the given type's
toString()on the givenCxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value - transformer() - Element in annotation interface io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam
-
The kind of transformer that should be used to map a
CxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value to a command line option string - trigger(CodeGenContext) - Method in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
V
- validate() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
If `true`, WSDLs are validated before processing; otherwise the WSDLs are not validated.
- validate(String) - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
-
Throws an `IllegalStateException` if this `Java2WsParameterSet` is invalid.
- value() - Element in annotation interface io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam
-
The name of a
wsdl2javacommand line option to which the annotated method should be mapped - valueOf(String) - Static method in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamTransformer
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamTransformer
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- walkParents(Class<?>, Consumer<String>) - Static method in class io.quarkiverse.cxf.deployment.CxfDeploymentUtils
- webServiceAnnotations(IndexView) - Static method in class io.quarkiverse.cxf.deployment.CxfDeploymentUtils
- WsApiProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
- wsdl2java() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.CodeGenConfig
-
Build time configuration options for `wsdl2java`
- WSDL2JAVA_CONFIG_KEY_PREFIX - Static variable in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- WSDL2JAVA_NAMED_CONFIG_KEY_PREFIX - Static variable in class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- Wsdl2JavaCodeGen - Class in io.quarkiverse.cxf.deployment.codegen
-
Generates Java classes out of WSDL files using CXF
wsdl2Javatool. - Wsdl2JavaCodeGen() - Constructor for class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaCodeGen
- Wsdl2JavaParam - Annotation Interface in io.quarkiverse.cxf.deployment.codegen
-
Maps a method of
CxfBuildTimeConfig.Wsdl2JavaParameterSetto command line option ofwsdl2java. - Wsdl2JavaParam.Wsdl2JavaParamCollection - Enum Class in io.quarkiverse.cxf.deployment.codegen
- Wsdl2JavaParam.Wsdl2JavaParamTransformer - Enum Class in io.quarkiverse.cxf.deployment.codegen
- Wsdl4jProcessor$$accessor - Class in io.quarkiverse.cxf.deployment
- wsdlLocation() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
Specifies the value of the `@WebServiceClient` annotation's wsdlLocation property.
- wsdlNameTemplate() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Java2WsParameterSet
-
A template for the names of generated WSDL files.
- wsdlPath() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
X
- xjc - Enum constant in enum class io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
-
Special for
-xjc*family of options - xjc() - Method in interface io.quarkiverse.cxf.deployment.CxfBuildTimeConfig.Wsdl2JavaParameterSet
-
A comma separated list of XJC extensions to enable.
All Classes and Interfaces|All Packages|Constant Field Values