public class JAXRSDataBinding
extends org.apache.cxf.databinding.AbstractDataBinding
| Constructor and Description |
|---|
JAXRSDataBinding() |
| 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() |
protected Method |
getTargetMethod(org.apache.cxf.message.Message m) |
void |
initialize(org.apache.cxf.service.Service service) |
void |
setProvider(Object provider) |
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocationpublic void setProvider(Object provider)
public <T> org.apache.cxf.databinding.DataReader<T> createReader(Class<T> cls)
public <T> org.apache.cxf.databinding.DataWriter<T> createWriter(Class<T> cls)
public Class<?>[] getSupportedReaderFormats()
public Class<?>[] getSupportedWriterFormats()
public void initialize(org.apache.cxf.service.Service service)
protected Method getTargetMethod(org.apache.cxf.message.Message m)
Apache CXF