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 toenableAsyncMappingin a JAX-WS binding fileCxfBuildTimeConfig.Wsdl2JavaParameterSet.bareMethods()A comma separated list of SEI methods for which wrapper style sibling methods should be generated; similar toenableWrapperStylein JAX-WS binding fileCxfBuildTimeConfig.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 fromwsdl:faultelementsCxfBuildTimeConfig.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 whichmime:contentmapping should be enabled; similar toenableMIMEContentin JAX-WS binding fileCxfBuildTimeConfig.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 formnamespaceURI=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()Iftrue, WSDLs are validated before processing; otherwise the WSDLs are not validated.CxfBuildTimeConfig.Wsdl2JavaParameterSet.wsdlLocation()Specifies the value of the@WebServiceClientannotation's wsdlLocation property.CxfBuildTimeConfig.Wsdl2JavaParameterSet.xjc()A comma separated list of XJC extensions to enable.