org.apache.cxf.sdo
Class SDODataBinding
java.lang.Object
  
org.apache.cxf.databinding.AbstractDataBinding
      
org.apache.cxf.sdo.SDODataBinding
- All Implemented Interfaces: 
 - DataBinding, WrapperCapableDatabinding
 
public class SDODataBinding
- extends AbstractDataBinding
- implements WrapperCapableDatabinding
  
 
 
 
 
| Methods inherited from class org.apache.cxf.databinding.AbstractDataBinding | 
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SDODataBinding
public SDODataBinding()
initialize
public void initialize(Service service)
- Description copied from interface: 
DataBinding 
- Initialize the service info (i.e. type & element names, Schemas) with
 information from the databinding.
- Specified by:
 initialize in interface DataBinding
 
 
 
createReader
public <T> DataReader<T> createReader(Class<T> c)
- Specified by:
 createReader in interface DataBinding
 
 
createWriter
public <T> DataWriter<T> createWriter(Class<T> c)
- Specified by:
 createWriter in interface DataBinding
 
 
getSupportedReaderFormats
public Class<?>[] getSupportedReaderFormats()
- Specified by:
 getSupportedReaderFormats in interface DataBinding
 
 
getSupportedWriterFormats
public Class<?>[] getSupportedWriterFormats()
- Specified by:
 getSupportedWriterFormats in interface DataBinding
 
 
createWrapperHelper
public WrapperHelper createWrapperHelper(Class<?> wrapperType,
                                         QName wrapperName,
                                         List<String> partNames,
                                         List<String> elTypeNames,
                                         List<Class<?>> partClasses)
- Specified by:
 createWrapperHelper in interface WrapperCapableDatabinding
 
 
Apache CXF