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
A simple databinding implementation which reads and writes Source objects.
 This will not work with the standard databinding interceptors.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFields inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinginFaultInterceptors, inInterceptors, outFaultInterceptors, outInterceptorsFields inherited from class org.apache.cxf.databinding.AbstractDataBindingmtomEnabled, mtomThreshold
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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. type & element names, Schemas) with information from the databinding.Methods inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinggetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorsMethods inherited from class org.apache.cxf.databinding.AbstractDataBindingaddSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
- 
Constructor Details- 
StaxDataBindingpublic StaxDataBinding()
 
- 
- 
Method Details- 
initializeDescription copied from interface:DataBindingInitialize the service info (i.e. type & element names, Schemas) with information from the databinding.
- 
createReader
- 
getSupportedReaderFormats
- 
createWriter
- 
getSupportedWriterFormats
 
-