public class JibxDataBinding
extends org.apache.cxf.databinding.AbstractDataBinding
implements org.apache.cxf.databinding.WrapperCapableDatabinding
| Constructor and Description |
|---|
JibxDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.cxf.databinding.DataReader<T> |
createReader(Class<T> cls) |
org.apache.cxf.databinding.WrapperHelper |
createWrapperHelper(Class<?> wrapperType,
QName typeName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
<T> org.apache.cxf.databinding.DataWriter<T> |
createWriter(Class<T> cls) |
Class<?>[] |
getSupportedReaderFormats() |
Class<?>[] |
getSupportedWriterFormats() |
void |
initialize(org.apache.cxf.service.Service service) |
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocationpublic <T> org.apache.cxf.databinding.DataReader<T> createReader(Class<T> cls)
createReader in interface org.apache.cxf.databinding.DataBindingpublic <T> org.apache.cxf.databinding.DataWriter<T> createWriter(Class<T> cls)
createWriter in interface org.apache.cxf.databinding.DataBindingpublic Class<?>[] getSupportedReaderFormats()
getSupportedReaderFormats in interface org.apache.cxf.databinding.DataBindingpublic Class<?>[] getSupportedWriterFormats()
getSupportedWriterFormats in interface org.apache.cxf.databinding.DataBindingpublic void initialize(org.apache.cxf.service.Service service)
initialize in interface org.apache.cxf.databinding.DataBindingpublic org.apache.cxf.databinding.WrapperHelper createWrapperHelper(Class<?> wrapperType, QName typeName, List<String> partNames, List<String> elTypeNames, List<Class<?>> partClasses)
createWrapperHelper in interface org.apache.cxf.databinding.WrapperCapableDatabindingApache CXF