| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataBinding
| Method Summary | ||
|---|---|---|
| 
 | createReader(Class<T> cls) | |
| 
 | createWriter(Class<T> cls) | |
|  Map<String,String> | getDeclaredNamespaceMappings()Return a set of mappings from namespace to prefix to allow bindings to control the prefixes. | |
|  int | getMtomThreshold() | |
|  Class<?>[] | getSupportedReaderFormats() | |
|  Class<?>[] | getSupportedWriterFormats() | |
|  void | initialize(Service service)Initialize the service info (i.e. | |
|  boolean | isMtomEnabled() | |
|  void | setMtomEnabled(boolean enabled) | |
|  void | setMtomThreshold(int threshold)If the binding supports MTOM, set the size threshold for its use. | |
| Method Detail | 
|---|
<T> DataReader<T> createReader(Class<T> cls)
<T> DataWriter<T> createWriter(Class<T> cls)
Class<?>[] getSupportedReaderFormats()
Class<?>[] getSupportedWriterFormats()
void initialize(Service service)
service - Map<String,String> getDeclaredNamespaceMappings()
void setMtomEnabled(boolean enabled)
boolean isMtomEnabled()
void setMtomThreshold(int threshold)
threshold - int getMtomThreshold()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||