Apache CXF API

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


Required Element Summary
 Class<? extends DataBinding> value
           
 
Optional Element Summary
 String ref
          Bean reference to lookup in configuration.
 

Element Detail

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 API

Apache CXF