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
 java.lang.Class<? extends DataBinding> value
           
 
Optional Element Summary
 java.lang.String ref
          Bean reference to lookup in configuration.
 

Element Detail

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 API

Apache CXF