Uses of Annotation Interface
io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam
Packages that use Wsdl2JavaParam
-
Uses of Wsdl2JavaParam in io.quarkiverse.cxf.deployment
Methods in io.quarkiverse.cxf.deployment with annotations of type Wsdl2JavaParamModifier and TypeMethodDescriptionCxfBuildTimeConfig.Wsdl2JavaParameterSet.asyncMethods()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`CxfBuildTimeConfig.Wsdl2JavaParameterSet.bareMethods()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`CxfBuildTimeConfig.Wsdl2JavaParameterSet.bindings()A list of paths pointing at JAXWS or JAXB binding files or XMLBeans context files.CxfBuildTimeConfig.Wsdl2JavaParameterSet.exceptionSuper()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`CxfBuildTimeConfig.Wsdl2JavaParameterSet.excludeNamespaceUris()A comma separated list of WSDL schema namespace URIs to ignore when generating Java code.CxfBuildTimeConfig.Wsdl2JavaParameterSet.mimeMethods()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`CxfBuildTimeConfig.Wsdl2JavaParameterSet.packageNames()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.CxfBuildTimeConfig.Wsdl2JavaParameterSet.serviceName()The WSDL service name to use for the generated code.booleanCxfBuildTimeConfig.Wsdl2JavaParameterSet.validate()If `true`, WSDLs are validated before processing; otherwise the WSDLs are not validated.CxfBuildTimeConfig.Wsdl2JavaParameterSet.wsdlLocation()Specifies the value of the `@WebServiceClient` annotation's wsdlLocation property.CxfBuildTimeConfig.Wsdl2JavaParameterSet.xjc()A comma separated list of XJC extensions to enable.