org.apache.cxf.annotations
Annotation Type DataBinding
- @Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DataBinding 
Specifies the DataBinding to use with the service
 
| Optional Element Summary | 
|  String | refBean reference to lookup in configuration.
 | 
 
value
public abstract Class<? extends DataBinding> value
- 
 
- 
 
ref
public abstract String ref
- Bean reference to lookup in configuration.  Bean must be castable 
 to the Class set above
 
- 
 
- 
- Returns:
- The id of the bean reference
 - 
- Default:
- ""
 
Apache CXF