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 |
java.lang.String |
ref
Bean reference to lookup in configuration. |
value
public abstract java.lang.Class<? extends DataBinding> value
ref
public abstract java.lang.String ref
- Bean reference to lookup in configuration. Bean must be castable
to the Class set above
- Returns:
- Default:
- ""
Apache CXF