Apache CXF API

org.apache.cxf.databinding
Class AbstractDataBinding

java.lang.Object
  extended by org.apache.cxf.databinding.AbstractDataBinding
All Implemented Interfaces:
DataBinding
Direct Known Subclasses:
SourceDataBinding, StaxDataBinding

public abstract class AbstractDataBinding
extends java.lang.Object
implements DataBinding

Supply default implementations, as appropriate, for DataBinding.


Constructor Summary
AbstractDataBinding()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getDeclaredNamespaceMappings()
          Return a set of mappings from namespace to prefix to allow bindings to control the prefixes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.databinding.DataBinding
createReader, createWriter, getSupportedReaderFormats, getSupportedWriterFormats, initialize
 

Constructor Detail

AbstractDataBinding

public AbstractDataBinding()
Method Detail

getDeclaredNamespaceMappings

public java.util.Map<java.lang.String,java.lang.String> getDeclaredNamespaceMappings()
Return a set of mappings from namespace to prefix to allow bindings to control the prefixes.

Specified by:
getDeclaredNamespaceMappings in interface DataBinding
Returns:
the map, or null if there are none.

Apache CXF API

Apache CXF