| 
 | 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(java.lang.Class<T> cls) | |
| 
 | createWriter(java.lang.Class<T> cls) | |
|  java.util.Map<java.lang.String,java.lang.String> | getDeclaredNamespaceMappings()Return a set of mappings from namespace to prefix to allow bindings to control the prefixes. | |
|  int | getMtomThreshold() | |
|  java.lang.Class<?>[] | getSupportedReaderFormats() | |
|  java.lang.Class<?>[] | getSupportedWriterFormats() | |
|  void | initialize(Service service)Initialize the service info (i.e. | |
|  void | setMtomThreshold(int threshold)If the binding supports MTOM, set the size threshold for its use. | |
| Method Detail | 
|---|
<T> DataReader<T> createReader(java.lang.Class<T> cls)
<T> DataWriter<T> createWriter(java.lang.Class<T> cls)
java.lang.Class<?>[] getSupportedReaderFormats()
java.lang.Class<?>[] getSupportedWriterFormats()
void initialize(Service service)
service - java.util.Map<java.lang.String,java.lang.String> getDeclaredNamespaceMappings()
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 | |||||||||