Uses of Interface
org.apache.cxf.aegis.type.TypeMappingRegistry

Packages that use TypeMappingRegistry
org.apache.cxf.aegis.databinding   
org.apache.cxf.aegis.type   
 

Uses of TypeMappingRegistry in org.apache.cxf.aegis.databinding
 

Methods in org.apache.cxf.aegis.databinding that return TypeMappingRegistry
 TypeMappingRegistry AegisDatabinding.getTypeMappingRegistry()
           
 

Methods in org.apache.cxf.aegis.databinding with parameters of type TypeMappingRegistry
 void AegisDatabinding.setTypeMappingRegistry(TypeMappingRegistry typeMappingRegistry)
           
 

Uses of TypeMappingRegistry in org.apache.cxf.aegis.type
 

Classes in org.apache.cxf.aegis.type that implement TypeMappingRegistry
 class AbstractTypeMappingRegistry
           
 class DefaultTypeMappingRegistry
          The default implementation of TypeMappingRegistry.
 



Apache CXF