Package org.apache.cxf.databinding.stax
Class StaxDataBinding
- java.lang.Object
- 
- org.apache.cxf.databinding.AbstractDataBinding
- 
- org.apache.cxf.databinding.AbstractInterceptorProvidingDataBinding
- 
- org.apache.cxf.databinding.stax.StaxDataBinding
 
 
 
- 
- All Implemented Interfaces:
- DataBinding,- InterceptorProvider
 
 public class StaxDataBinding extends AbstractInterceptorProvidingDataBinding A simple databinding implementation which reads and writes Source objects. This will not work with the standard databinding interceptors.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStaxDataBinding.XMLStreamDataReaderstatic classStaxDataBinding.XMLStreamDataWriter
 - 
Field Summary- 
Fields inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinginFaultInterceptors, inInterceptors, outFaultInterceptors, outInterceptors
 - 
Fields inherited from class org.apache.cxf.databinding.AbstractDataBindingmtomEnabled, mtomThreshold
 
- 
 - 
Constructor SummaryConstructors Constructor Description StaxDataBinding()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> DataReader<T>createReader(Class<T> cls)<T> DataWriter<T>createWriter(Class<T> cls)Class<?>[]getSupportedReaderFormats()Class<?>[]getSupportedWriterFormats()voidinitialize(Service service)Initialize the service info (i.e.- 
Methods inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinggetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 - 
Methods inherited from class org.apache.cxf.databinding.AbstractDataBindingaddSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
 
- 
 
- 
- 
- 
Method Detail- 
initializepublic void initialize(Service service) Description copied from interface:DataBindingInitialize the service info (i.e. type & element names, Schemas) with information from the databinding.
 - 
createReaderpublic <T> DataReader<T> createReader(Class<T> cls) 
 - 
getSupportedReaderFormatspublic Class<?>[] getSupportedReaderFormats() 
 - 
createWriterpublic <T> DataWriter<T> createWriter(Class<T> cls) 
 - 
getSupportedWriterFormatspublic Class<?>[] getSupportedWriterFormats() 
 
- 
 
-