org.apache.axis.encoding
Interface TypeMappingRegistry
- java.io.Serializable, TypeMappingRegistry
- TypeMappingRegistryImpl
public interface TypeMappingRegistry
This interface describes the AXIS TypeMappingRegistry.
delegate
public void delegate(TypeMappingRegistry secondaryTMR)
delegate
Changes the contained type mappings to delegate to
their corresponding types in the secondary TMR.
getOrMakeTypeMapping
public TypeMapping getOrMakeTypeMapping(String encodingStyle)
Obtain a type mapping for the given encoding style. If no specific
mapping exists for this encoding style, we will create and register
one before returning it.
- a registered TypeMapping for the given encoding style
Copyright © 2005 Apache Web Services Project. All Rights Reserved.