Package org.apache.cxf.annotations
Annotation Type DataBinding
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface DataBinding Specifies the DataBinding to use with the service
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description Class<? extends DataBinding>value
 
- 
- 
- 
Element Detail- 
valueClass<? extends DataBinding> value 
 
- 
 - 
- 
refString ref Bean reference to lookup in configuration. Bean must be castable to the Class set above- Returns:
- The id of the bean reference
 - Default:
- ""
 
 
- 
 
-