org.apache.cxf.aegis.type
Class AbstractTypeMappingRegistry

java.lang.Object
  extended by org.apache.cxf.aegis.type.AbstractTypeMappingRegistry
All Implemented Interfaces:
TypeMappingRegistry
Direct Known Subclasses:
DefaultTypeMappingRegistry

public abstract class AbstractTypeMappingRegistry
extends java.lang.Object
implements TypeMappingRegistry


Field Summary
 
Fields inherited from interface org.apache.cxf.aegis.type.TypeMappingRegistry
ROLE
 
Constructor Summary
AbstractTypeMappingRegistry()
           
 
Method Summary
 Configuration getConfiguration()
           
 void setConfiguration(Configuration configuration)
          Set the type configuration for this type mapping registry.
 
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.aegis.type.TypeMappingRegistry
clear, createTypeMapping, createTypeMapping, getDefaultTypeMapping, getRegisteredEncodingStyleURIs, getTypeMapping, register, registerDefault, removeTypeMapping, unregisterTypeMapping
 

Constructor Detail

AbstractTypeMappingRegistry

public AbstractTypeMappingRegistry()
Method Detail

getConfiguration

public Configuration getConfiguration()
Specified by:
getConfiguration in interface TypeMappingRegistry
Returns:
Returns the configuration.

setConfiguration

public void setConfiguration(Configuration configuration)
Description copied from interface: TypeMappingRegistry
Set the type configuration for this type mapping registry.

Specified by:
setConfiguration in interface TypeMappingRegistry
Parameters:
configuration - The configuration to set.


Apache CXF