Annotation Type Wsdl2JavaParam
-
@Target(METHOD) @Retention(RUNTIME) public @interface Wsdl2JavaParam
Maps a method ofCxfBuildTimeConfig.Wsdl2JavaParameterSetto command line option ofwsdl2java.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Wsdl2JavaParam.Wsdl2JavaParamCollectioncollectionThe kind of collection rendering style.Wsdl2JavaParam.Wsdl2JavaParamTransformertransformerThe kind of transformer that should be used to map aCxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value to a command line option string
-
-
-
Element Detail
-
value
String value
The name of awsdl2javacommand line option to which the annotated method should be mapped- Returns:
- the name of a
wsdl2javacommand line option to which the annotated method should be mapped
-
-
-
transformer
Wsdl2JavaParam.Wsdl2JavaParamTransformer transformer
The kind of transformer that should be used to map aCxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value to a command line option string- Returns:
- kind of transformer that should be used to map a
CxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value to a command line option string
- Default:
- io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamTransformer.toString
-
-
-
collection
Wsdl2JavaParam.Wsdl2JavaParamCollection collection
The kind of collection rendering style.- Returns:
- the kind of collection rendering style.
- Default:
- io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection.none
-
-