org.apache.axis.encoding
Interface TypeMappingRegistry

All Superinterfaces:
java.io.Serializable, TypeMappingRegistry
All Known Implementing Classes:
TypeMappingRegistryImpl

public interface TypeMappingRegistry
extends TypeMappingRegistry

This interface describes the AXIS TypeMappingRegistry.


Method Summary
 void delegate(TypeMappingRegistry secondaryTMR)
          delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
 
Methods inherited from interface javax.xml.rpc.encoding.TypeMappingRegistry
clear, createTypeMapping, getDefaultTypeMapping, getRegisteredNamespaces, getTypeMapping, register, registerDefault, removeTypeMapping, unregisterTypeMapping
 

Method Detail

delegate

public void delegate(TypeMappingRegistry secondaryTMR)
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.


Copyright © 2001 Apache XML Project. All Rights Reserved.