public class StaxDataBinding
extends org.apache.cxf.databinding.AbstractDataBinding
| Modifier and Type | Class and Description |
|---|---|
static class |
StaxDataBinding.XMLStreamDataReader |
static class |
StaxDataBinding.XMLStreamDataWriter |
| Constructor and Description |
|---|
StaxDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.cxf.databinding.DataReader<T> |
createReader(Class<T> cls) |
<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 void initialize(org.apache.cxf.service.Service service)
public <T> org.apache.cxf.databinding.DataReader<T> createReader(Class<T> cls)
public Class<?>[] getSupportedReaderFormats()
public <T> org.apache.cxf.databinding.DataWriter<T> createWriter(Class<T> cls)
public Class<?>[] getSupportedWriterFormats()
Apache CXF