Package org.apache.cxf.jaxrs.provider
Class JAXRSDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.apache.cxf.jaxrs.provider.JAXRSDataBinding
- All Implemented Interfaces:
DataBinding
CXF DataBinding implementation wrapping JAX-RS providers
-
Field Summary
Fields inherited from class org.apache.cxf.databinding.AbstractDataBinding
mtomEnabled, mtomThreshold -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> DataReader<T>createReader(Class<T> cls) <T> DataWriter<T>createWriter(Class<T> cls) Class<?>[]Class<?>[]voidinitialize(Service service) Initialize the service info (i.e.voidsetProvider(Object provider) Methods inherited from class org.apache.cxf.databinding.AbstractDataBinding
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
-
Constructor Details
-
JAXRSDataBinding
public JAXRSDataBinding()
-
-
Method Details
-
setProvider
-
createReader
-
createWriter
-
getSupportedReaderFormats
-
getSupportedWriterFormats
-
initialize
Description copied from interface:DataBindingInitialize the service info (i.e. type & element names, Schemas) with information from the databinding.
-