org.apache.cxf.jaxrs.provider
Class JAXRSDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.apache.cxf.jaxrs.provider.JAXRSDataBinding
- All Implemented Interfaces:
- org.apache.cxf.databinding.DataBinding
public class JAXRSDataBinding
- extends org.apache.cxf.databinding.AbstractDataBinding
CXF DataBinding implementation wrapping JAX-RS providers
| Fields inherited from class org.apache.cxf.databinding.AbstractDataBinding |
mtomEnabled, mtomThreshold |
| Methods inherited from class org.apache.cxf.databinding.AbstractDataBinding |
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 |
JAXRSDataBinding
public JAXRSDataBinding()
setProvider
public void setProvider(Object provider)
createReader
public <T> org.apache.cxf.databinding.DataReader<T> createReader(Class<T> cls)
createWriter
public <T> org.apache.cxf.databinding.DataWriter<T> createWriter(Class<T> cls)
getSupportedReaderFormats
public Class<?>[] getSupportedReaderFormats()
getSupportedWriterFormats
public Class<?>[] getSupportedWriterFormats()
initialize
public void initialize(org.apache.cxf.service.Service service)
getTargetMethod
protected Method getTargetMethod(org.apache.cxf.message.Message m)
Apache CXF