Annotation Interface Wsdl2JavaParam
Maps a method of
CxfBuildTimeConfig.Wsdl2JavaParameterSet to command line option of wsdl2java.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe kind of collection rendering style.The kind of transformer that should be used to map aCxfBuildTimeConfig.Wsdl2JavaParameterSetattribute value to a command line option string
-
Element Details
-
value
String valueThe 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 transformerThe 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:
- toString
-
collection
Wsdl2JavaParam.Wsdl2JavaParamCollection collectionThe kind of collection rendering style.- Returns:
- the kind of collection rendering style.
- Default:
- none
-