net.sf.jsefa.xml.mapping
Class XmlTypeMappingRegistry

java.lang.Object
  extended by net.sf.jsefa.common.mapping.TypeMappingRegistry<T>
      extended by net.sf.jsefa.common.mapping.HierarchicalTypeMappingRegistry<QName>
          extended by net.sf.jsefa.xml.mapping.XmlTypeMappingRegistry

public final class XmlTypeMappingRegistry
extends HierarchicalTypeMappingRegistry<QName>

A registry for xml type mappings with standard type mappings already registered.

Instances of this class are thread-safe.

Author:
Norman Lahme-Huetig

Constructor Summary
XmlTypeMappingRegistry()
          Constructs a new XmlTypeMappingRegistry with standard type mappings already registered.
 
Method Summary
 XmlTypeMappingRegistry createCopy()
          Creates a copy of this TypeMappingRegistry.
 
Methods inherited from class net.sf.jsefa.common.mapping.HierarchicalTypeMappingRegistry
getDataTypeNameTreeElements, registerSubtypeRelation
 
Methods inherited from class net.sf.jsefa.common.mapping.TypeMappingRegistry
get, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTypeMappingRegistry

public XmlTypeMappingRegistry()
Constructs a new XmlTypeMappingRegistry with standard type mappings already registered.

Method Detail

createCopy

public XmlTypeMappingRegistry createCopy()
Creates a copy of this TypeMappingRegistry.

Specified by:
createCopy in class TypeMappingRegistry<QName>
Returns:
a copy of this TypeMappingRegistry


Copyright © 2014. All rights reserved.